bit32 * MakeCommand(
bit32 * command,
bool isUpdateFBAccess = true
) const;
| Name | Description | |
|---|---|---|
| in | command | The start address for storing the rendering command. The type is bit32*. |
| in | isUpdateFBAccess | Updates framebuffer access. Type is bool. |
Generates a rendering command based on information already set. Note that a color mask setting is included in the generated rendering command.
CONFIDENTIAL