Searched defs:ManyDrawsVertex (Results 1 – 1 of 1) sorted by relevance
4176 struct ManyDrawsVertex struct4178 using Color = tcu::Vector<deUint8, 4>;4180 tcu::Vec2 coords;4181 Color color;4183 ManyDrawsVertex (const tcu::Vec2& coords_, const Color& color_) : coords(coords_), color(color_) {} in ManyDrawsVertex() function