nn::gr::CTR::Shader::MakeVtxSwizzleCommand Member Function

Syntax

u32 * MakeVtxSwizzleCommand(
     u32 * command
) const;

Arguments

Name Description
in command The start address for loading drawing commands.

Return Values

Returns the address immediately below the last drawing command that was written.

Description

Generates a command for swizzle pattern loading of vertex shaders. Call this function after setting the shader binary using the SetupBinary function.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL