u32 * MakeOutAttrCommand(
u32 * command
) const;
| Name | Description | |
|---|---|---|
| in | command | The start address for loading drawing commands. |
| in | is_geometry_shader | Set to true if you want to generate a command for the geometry shader. |
Generates a command for setting shader output attributes. Call this function after setting the shader binary using the SetupBinary function.
CONFIDENTIAL