u32 * MakeUniformCommand(
u32 * command,
const nn::math::VEC4 & vec4
) const;
| Name | Description | |
|---|---|---|
| in | command | The start address for loading drawing commands. |
| in | vec4 | A four-dimensional vector. |
Generates a command for setting a four-dimensional vector to vertex shader uniform.
CONFIDENTIAL