nn::gr::CTR::BindSymbol

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 const ShaderType The type of shader being bound. The type is nn::gr::CTR::BindSymbol::ShaderType.
symbolType const SymbolType Symbol type information. The type is nn::gr::CTR::BindSymbol::SymbolType.

Member Variables

start u8 The starting register number being bound. Type is u8.
end u8 The end register number being bound. Type is u8.
name const char * 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