Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/
DLoader.cpp176 glGenBuffers(1, &_dat->midxVB); in loadDAT()
177 glBindBuffer(GL_ARRAY_BUFFER, _dat->midxVB); in loadDAT()
239 if (dat->midxVB) in unloadDAT()
240 glDeleteBuffers(1, &dat->midxVB); in unloadDAT()
DLoader.h64 GLuint midxVB; member