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