nn::gr::CTR::Shader::MakeShaderModeCommand_ Member Function
protected:
static bit32 * MakeShaderModeCommand_(
bit32 * command,
const bool isEnableGeoShader,
const PicaDataDrawMode drawMode
);
| Name | Description | |
|---|---|---|
| in | command | The start address for storing the rendering command. |
| in | isEnableGeoShader | Specify true to use geometry shader mode. |
| in | drawMode |
The rendering mode. |
Generates the commands that are required to enable or disable the geometry shader: dummy commands and enable/disable setting commands.
CONFIDENTIAL