libOGC
1.0
|
Structure describing the attribute format for one attribute. More...
#include <gx.h>
Data Fields | |
u32 | compsize |
u32 | comptype |
u32 | frac |
u32 | vtxattr |
Structure describing the attribute format for one attribute.
An array of these structures can be used to describe the format of all attributes in a vertex. The attribute GX_VA_NULL
should be used to mark the end of the array.
Number of components in an attribute for this element.
Attribute component type for this element.
Number of fractional bits for a fixed-point number.
Vertex attribute array type for this element.