libogc
v2.9.0
|
Structure describing how a single vertex attribute will be referenced. More...
#include <gx.h>
Data Fields | |
u8 | attr |
u8 | type |
Structure describing how a single vertex attribute will be referenced.
An array of these structures can be used to describe all the attributes in a vertex. The attribute GX_VA_NULL
should be used to mark the end of the array.
u8 GXVtxDesc::attr |
Vertex attribute array type for this element.
u8 GXVtxDesc::type |
Vertex data input type for this element.