]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/RenderTexture.h
Fix a problem with systems that don't define GLXPbufferSGIX or GLXFBConfigSGIX
[simgear.git] / simgear / screen / RenderTexture.h
index 3b823e2d8b0629a0823c79b98d45ae689093014e..d2c9da4976bdcba52de8a1841fe946e8c47ecb92 100644 (file)
@@ -359,8 +359,8 @@ protected: // data
     
     // Texture stuff
     GLenum       _iTextureTarget;
-    unsigned int _iTextureID;
-    unsigned int _iDepthTextureID;
+    GLuint       _iTextureID;
+    GLuint       _iDepthTextureID;
     
     unsigned short* _pPoorDepthTexture; // [Redge]