nn::gr::CTR::Vertex::LoadArray Classclass LoadArray
Class for setting the load array.
| 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. |
| 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. |
CONFIDENTIAL