Home
last modified time | relevance | path

Searched refs:s_VertexPosition (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Common.cpp82 static const GLfloat s_VertexPosition[][VERTEXATTRSIZE_POS] = variable
90 NW_COMPILER_ASSERT(ARRAY_LENGTH(s_VertexPosition) == VERTEX_MAX);
349 …glVertexAttribPointer(VERTEXATTR_POS, VERTEXATTRSIZE_POS, GL_FLOAT, GL_FALSE, 0, s_VertexPosition); in DrawLine()