diff options
Diffstat (limited to 'src/render/normalopenglgraphics.h')
-rw-r--r-- | src/render/normalopenglgraphics.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/render/normalopenglgraphics.h b/src/render/normalopenglgraphics.h index a3fbdc1fb..54ab4df99 100644 --- a/src/render/normalopenglgraphics.h +++ b/src/render/normalopenglgraphics.h @@ -89,12 +89,12 @@ class NormalOpenGLGraphics final : public Graphics #endif private: - GLfloat *mFloatTexArray; - GLint *mIntTexArray; - GLint *mIntVertArray; - GLfloat *mFloatTexArrayCached; - GLint *mIntTexArrayCached; - GLint *mIntVertArrayCached; + GLfloat *mFloatTexArray A_NONNULLPOINTER; + GLint *mIntTexArray A_NONNULLPOINTER; + GLint *mIntVertArray A_NONNULLPOINTER; + GLfloat *mFloatTexArrayCached A_NONNULLPOINTER; + GLint *mIntTexArrayCached A_NONNULLPOINTER; + GLint *mIntVertArrayCached A_NONNULLPOINTER; float mAlphaCached; int mVpCached; bool mTexture; |