RetroArch
|
Structure describing the attribute format for one attribute. More...
#include <gx.h>
Public Attributes | |
u32 | vtxattr |
u32 | comptype |
u32 | compsize |
u32 | frac |
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.
u32 GXVtxAttrFmt::compsize |
Number of components in an attribute for this element.
u32 GXVtxAttrFmt::comptype |
Attribute component type for this element.
u32 GXVtxAttrFmt::frac |
Number of fractional bits for a fixed-point number.
u32 GXVtxAttrFmt::vtxattr |
Vertex attribute array type for this element.