]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/cube/cube.h
compilation fix for 2.8 compat disabled
[wxWidgets.git] / samples / opengl / cube / cube.h
index 1e1ff9500f5f569c7d3e8f73db8abea67c8b6720..af9e59d61f95daa7b8d242f945e1ecc5be1a61ac 100644 (file)
@@ -24,12 +24,8 @@ public:
     void DrawRotatedCube(float xangle, float yangle);
 
 private:
-    // one-time OpenGL initialization, safe to call many times
-    void Init();
-
-
-    // the list of commands to draw the cube
-    GLuint m_gllist;
+    // textures for the cube faces
+    GLuint m_textures[6];
 };
 
 // Define a new application type