nn::gr::CTR::Shader::MakeDummyCommand_ Member Function
protected:
static bit32 * MakeDummyCommand_(
bit32 * command,
const bit32 load_reg,
const u32 data_num
);
| Name | Description | |
|---|---|---|
| command | [in] The address of the buffer to add commands to. | |
| load_reg | [in] The register to send data to. | |
| data_num | [in] The amount of data (number of data items) to send. |
Generates commands to send dummy commands to a specified register.
CONFIDENTIAL