void C3D_SetBufInfo(C3D_BufInfo *info)
Sets global C3D_BufInfo structure. Copies values from the specified C3D_BufInfo structure to the glob...
void BufInfo_Init(C3D_BufInfo *info)
Resets and initializes C3D_BufInfo structure to default values.
int BufInfo_Add(C3D_BufInfo *info, const void *data, ptrdiff_t stride, int attribCount, u64 permutation)
Adds a buffer to the vertex buffer info struct.
C3D_BufInfo * C3D_GetBufInfo(void)
Gets pointer to the global C3D_BufInfo structure.
Vertex buffer config.
Definition: buffers.h:10
Vertex buffer info.
Definition: buffers.h:17