Searched defs:VertState (Results 1 – 1 of 1) sorted by relevance
22 struct VertState { struct26 * Construct a VertState from a vertex count, index array, and index count. argument29 VertState(int vCount, const uint16_t indices[], int indexCount) in VertState() argument39 typedef bool (*Proc)(VertState*); argument52 static bool Triangles(VertState*); argument