Fixed krengine_osx build issue
--HG-- extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%40122
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#ifndef KRTEXTURE_H
|
||||
#define KRTEXTURE_H
|
||||
|
||||
#import <OpenGLES/ES2/gl.h>
|
||||
#import "KREngine-common.h"
|
||||
|
||||
class KRTextureManager;
|
||||
class KRDataBlock;
|
||||
@@ -45,9 +45,11 @@ public:
|
||||
virtual ~KRTexture();
|
||||
|
||||
virtual GLuint getHandle(long &textureMemUsed, int max_dim, bool can_resize) = 0;
|
||||
|
||||
virtual void releaseHandle(long &textureMemUsed) = 0;
|
||||
virtual long getMemSize() = 0;
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
KRDataBlock *m_pData;
|
||||
|
||||
Reference in New Issue
Block a user