Searched defs:ManyDrawsVertex (Results 1 – 1 of 1) sorted by relevance
4103 struct ManyDrawsVertex struct4105 using Color = tcu::Vector<deUint8, 4>;4107 tcu::Vec2 coords;4108 Color color;4110 ManyDrawsVertex (const tcu::Vec2& coords_, const Color& color_) : coords(coords_), color(color_) {} in ManyDrawsVertex() function