nn::gr::CTR::Shader::MakeConstRgCommand_ Member Function
protected:
bit32 * MakeConstRgCommand_(
bit32 * command,
const bool is_geometry_shader = false
);
| Name | Description | |
|---|---|---|
| in | command | The start address for storing the rendering command. |
| in | is_geometry_shader | Set to true if you want to generate a command for the geometry shader. |
Generates commands for making constant registers uniform. Call this function after you have configured the shader binary with the SetupBinary function.
CONFIDENTIAL