Searched defs:ManyDrawsVertex (Results 1 – 1 of 1) sorted by relevance
3979 struct ManyDrawsVertex struct3981 using Color = tcu::Vector<deUint8, 4>;3983 tcu::Vec2 coords;3984 Color color;3986 ManyDrawsVertex (const tcu::Vec2& coords_, const Color& color_) : coords(coords_), color(color_) {} in ManyDrawsVertex() function