nn::gr::CTR::BindSymbol Class

Syntax

class BindSymbol

Description

Class for getting/setting information about symbols.

Enumerated Types

SymbolType Represents symbol type information.
ShaderType Indicates the shader type.

Member Constants

shaderType The type of shader being bound. The type is nn::gr::CTR::BindSymbol::ShaderType.
symbolType Symbol type information. The type is nn::gr::CTR::BindSymbol::SymbolType.

Member Variables

start The starting register number being bound. Type is u8.
end The end register number being bound. Type is u8.
name A pointer indicating the address in shader binary data where the bind name is stored. The type is const char*.

Member Functions

protected BindSymbol Constructor. Direct creation is prohibited.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL