Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Common.cpp74 static const GLshort s_UniformVertexIndex[][VERTEXATTRSIZE_INDEX] = variable
82 NW_COMPILER_ASSERT(ARRAY_LENGTH(s_UniformVertexIndex) == VERTEX_MAX);
757 … glBufferData(GL_ARRAY_BUFFER, sizeof(s_UniformVertexIndex), s_UniformVertexIndex, GL_STATIC_DRAW); in InitVBO()