nn::gr::CTR::MakeUniformCommandGS Function

Syntax

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

Arguments

Name Description
in command The start address for loading drawing commands.
in location Register location.
in mtx34 A 3x4 matrix.

Return Values

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

Description

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


CONFIDENTIAL