nn::gr::CTR::Vertex::EnableAttrAsArray Member Function
void EnableAttrAsArray(
const nn::gr::CTR::BindSymbolVSInput & symbol,
const uptr physical_addr,
const PicaDataVertexAttrType type
);
| Name | Description | |
|---|---|---|
| in | symbol |
The symbol for vertex shader input. |
| in | physical_addr |
Specifies the load array physical address. |
| in | type |
Specifies the type for each element and the type of array based on the number of elements. |
Sets a load array. This corresponds to the glEnableVertexAttribArray() function in DMPGL.
CONFIDENTIAL