コード例 #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();
}