nn::gr::CTR::MakeUniformCommandVS Function

Syntax

u32 * MakeUniformCommandVS(
     u32 * command,
     u8 location,
     const nn::math::VEC4 & vec4
);

Arguments

Name Description
in command The start address for loading drawing commands.
in location Register location.
in vec4 A four-dimensional vector.

Return Values

Returns the next address after the termination of drawing commands that were written.

Description

Generates a command for setting a vector to vertex shader uniform.


CONFIDENTIAL