Searched refs:s_VertexPosition (Results 1 – 1 of 1) sorted by relevance
84 static const GLfloat s_VertexPosition[][VERTEXATTRSIZE_POS] = variable92 NW_COMPILER_ASSERT(ARRAY_LENGTH(s_VertexPosition) == VERTEX_MAX);351 …glVertexAttribPointer(VERTEXATTR_POS, VERTEXATTRSIZE_POS, GL_FLOAT, GL_FALSE, 0, s_VertexPosition); in DrawLine()