nn::gr::CTR::Scissor::MakeDisableCommand Member Function
static bit32 * MakeDisableCommand(
bit32 * command,
const s32 colorBufferWidth,
const s32 colorBufferHeight
);
| Name | Description | |
|---|---|---|
| in | command | The start address for writing drawing commands. |
| in | colorBufferWidth | The color buffer width. |
| in | colorBufferHeight | The color buffer height. |
Generates commands to disable scissor tests.
CONFIDENTIAL