Searched refs:Vertices (Results 1 – 4 of 4) sorted by relevance
98 struct Vertices { struct
211 const Glop::Mesh::Vertices& vertices = mesh.vertices; in render()
154 RS_PRIMITIVE_TRIANGLE = 3, // Vertices will be rendered as individual triangles155 …RS_PRIMITIVE_TRIANGLE_STRIP = 4, // Vertices will be rendered as a connected triangle strip define…156 …RS_PRIMITIVE_TRIANGLE_FAN = 5, // Vertices will be rendered as a sequence of triangles that all sh…
649 …<tr><th>RS_PRIMITIVE_TRIANGLE = 3</th><td>Vertices will be rendered as individual triangles</td></…650 …<tr><th>RS_PRIMITIVE_TRIANGLE_STRIP = 4</th><td>Vertices will be rendered as a connected triangle …651 …<tr><th>RS_PRIMITIVE_TRIANGLE_FAN = 5</th><td>Vertices will be rendered as a sequence of triangles…