MakeUniformCommandGS

nn::gr::CTR::MakeUniformCommandGS Function

Syntax

bit32 * MakeUniformCommandGS(
     bit32 * command,
     u8 location,
     const nn::math::MTX34 & mtx34
);

Arguments

Name Description
in command The start address for storing the rendering command.
in location Register location.
in mtx34 A 3x4 matrix.

Return Values

Returns the address that follows the end of the stored rendering command.

Description

Generates a command for setting a 3x4 matrix in a geometry shader uniform.


CONFIDENTIAL