Searched defs:VertexCache (Results 1 – 1 of 1) sorted by relevance
31 struct VertexCache struct33 static constexpr uint32_t SIZE = 64; // TODO: Variable size?34 static constexpr uint32_t TAG_MASK = SIZE - 1; // Size must be power of 2.38 Vertex vertex[SIZE];39 uint32_t tag[SIZE];44 int drawCall = -1;