nn::gr::CTR::Vertex::LoadArray Class

Syntax

class LoadArray

Description

Class for setting the load array.

Member Variables

physicalAddr uptr Sets the load array's physical address. Type is uptr.
type PicaDataVertexAttrType The array for setting the load array type. The type is PicaDataVertexAttrType[].
byte u32 The array setting attribute size. Type is u32[]. The size of the array is nn::gr::CTR::Vertex::VERTEX_ATTRIBUTE_MAX.
bind s32 Specifies the register being bound. Type is s32[]. The size of the array is nn::gr::CTR::Vertex::VERTEX_ATTRIBUTE_MAX.

Member Functions

IsEnable Returns whether the array is enabled.
CheckDisable Checks whether the array is enabled and if so disables it.
DisableAll Disables all and initializes the values.

Revision History

2011/01/24
Initial version.

CONFIDENTIAL