MakeUniformCommand

nn::gr::CTR::BindSymbolGSFloat::MakeUniformCommand Member Function

Syntax

bit32 * MakeUniformCommand(
     bit32 * command,
     const nn::math::MTX34 & mtx34
) const;

bit32 * MakeUniformCommand(
     bit32 * command,
     const nn::math::MTX44 & mtx44
) const;

bit32 * MakeUniformCommand(
     bit32 * command,
     const nn::math::VEC4 & vec4
) const;

bit32 * MakeUniformCommand(
     bit32 * command,
     const nn::math::VEC4 vec4[],
     const int num
) const;

bit32 * MakeUniformCommand(
     bit32 * command,
     u8 x,
     u8 y,
     u8 z
) const;

List of Overloaded Member Functions

MakeUniformCommand ( bit32 *, const nn::math::MTX34 & ) Generates a command for setting a 3x4 matrix in a geometry shader uniform.
MakeUniformCommand ( bit32 *, const nn::math::MTX44 & ) Generates a command for setting a 4x4 matrix in a geometry shader uniform.
MakeUniformCommand ( bit32 *, const nn::math::VEC4 & ) Generates a command for setting a vector in a geometry shader uniform.
MakeUniformCommand ( bit32 *, const nn::math::VEC4, const int ) Generates a command for setting a four-dimensional vector array in a geometry shader uniform.
MakeUniformCommand ( bit32 *, u8, u8, u8 ) Generates a command for setting integers in a geometry shader uniform.

Description of MakeUniformCommand(bit32 *, const nn::math::MTX34 &)

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

Description of MakeUniformCommand(bit32 *, const nn::math::MTX44 &)

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

Description of MakeUniformCommand(bit32 *, const nn::math::VEC4 &)

Generates a command for setting a vector in a geometry shader uniform.

Description of MakeUniformCommand(bit32 *, const nn::math::VEC4, const int)

Generates a command for setting a four-dimensional vector array in a geometry shader uniform.

Description of MakeUniformCommand(bit32 *, u8, u8, u8)

Generates a command for setting integers in a geometry shader uniform.


CONFIDENTIAL