u32 * MakeUniformCommand(
u32 * command,
const nn::math::MTX34 & mtx34
) const;
| Name | Description | |
|---|---|---|
| in | command | The start address for loading drawing commands. |
| in | mtx34 | A 3x4 matrix. |
Generates a command for setting a 3x4 matrix to vertex shader uniform.
CONFIDENTIAL