nn::gr::CTR::Vertex::LoadArray Classclass LoadArray
Class for setting the vertex array.
| physicalAddr | Sets the texture array's physical address. Type is uptr. |
|
|---|---|---|
| type | The array for setting the vertex array type. The type is PicaDataVertexAttrType[]. |
|
| byte | The array setting attribute size. Type is u32[]. The size of the array is nn::gr::CTR::Vertex::VERTEX_ATTRIBUTE_MAX. |
|
| bind | 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