예제 #1
0
파일: VBOTest.cpp 프로젝트: UIKit0/bluegin
void VboSampleApp::cleanup()
{
    //  XXX If GL resources are not cleaned up they are unavailable the next time
    //  the program is run.
    mTexture.reset();
    mVboMesh.reset();
}