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