int AttrInfo_AddLoader(C3D_AttrInfo *info, int regId, GPU_FORMATS format, int count)
Defines an array of vertex attribute data.
void C3D_SetAttrInfo(C3D_AttrInfo *info)
Sets global C3D_AttrInfo structure. Copies values from the specified C3D_AttrInfo structure to the gl...
int AttrInfo_AddFixed(C3D_AttrInfo *info, int regId)
Defines a fixed vertex attribute.
void AttrInfo_Init(C3D_AttrInfo *info)
Resets and initializes C3D_AttrInfo structure to default values.
C3D_AttrInfo * C3D_GetAttrInfo(void)
Gets pointer to the global C3D_AttrInfo structure.
Vertex attribute info.
Definition: attribs.h:10