Searched defs:ManyDrawsVertex (Results 1 – 1 of 1) sorted by relevance
4684 struct ManyDrawsVertex struct4686 using Color = tcu::Vector<uint8_t, 4>;4688 tcu::Vec2 coords;4689 Color color;4691 ManyDrawsVertex(const tcu::Vec2 &coords_, const Color &color_) : coords(coords_), color(color_) in ManyDrawsVertex() function