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