libogc  v2.5.0
Data Fields
GXVtxDesc Struct Reference

Structure describing how a single vertex attribute will be referenced. More...

#include <gx.h>

Data Fields

u8 attr
 
u8 type
 

Detailed Description

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.

Field Documentation

◆ attr

u8 GXVtxDesc::attr

Vertex attribute array type for this element.

◆ type

u8 GXVtxDesc::type

Vertex data input type for this element.


The documentation for this struct was generated from the following file: