diff options
Diffstat (limited to 'vcl/inc/opengl/FixedTextureAtlas.hxx')
-rw-r--r-- | vcl/inc/opengl/FixedTextureAtlas.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/opengl/FixedTextureAtlas.hxx b/vcl/inc/opengl/FixedTextureAtlas.hxx index 5b22b619d945..8d104a788c83 100644 --- a/vcl/inc/opengl/FixedTextureAtlas.hxx +++ b/vcl/inc/opengl/FixedTextureAtlas.hxx @@ -28,6 +28,7 @@ public: FixedTextureAtlasManager(int nWidthFactor, int nHeightFactor, int nTextureSize); ~FixedTextureAtlasManager(); OpenGLTexture InsertBuffer(int nWidth, int nHeight, int nFormat, int nType, sal_uInt8* pData); + OpenGLTexture Reserve(int nWidth, int nHeight); int GetSubtextureSize() { |