mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-29 07:01:55 +00:00
Clang: remove unused private fields
This commit is contained in:
parent
0adccb89a6
commit
34792d7047
2 changed files with 0 additions and 4 deletions
|
@ -63,7 +63,6 @@ private:
|
||||||
int mHeight = 0;
|
int mHeight = 0;
|
||||||
PixelFormat mFormat = {};
|
PixelFormat mFormat = {};
|
||||||
bool mCubeTexture = false;
|
bool mCubeTexture = false;
|
||||||
bool mPBOTexture = false;
|
|
||||||
GLuint mTexture = 0;
|
GLuint mTexture = 0;
|
||||||
GLuint mFramebuffer = 0;
|
GLuint mFramebuffer = 0;
|
||||||
GLuint mDepthRenderbuffer = 0;
|
GLuint mDepthRenderbuffer = 0;
|
||||||
|
|
|
@ -513,9 +513,6 @@ private:
|
||||||
|
|
||||||
bool is_glx_extension_supported(const char* ext_name);
|
bool is_glx_extension_supported(const char* ext_name);
|
||||||
|
|
||||||
int major_version = 3;
|
|
||||||
int minor_version = 2;
|
|
||||||
|
|
||||||
void* opengl_lib_handle = nullptr;
|
void* opengl_lib_handle = nullptr;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue