GLCtrl: DHCtrl improvements

git-svn-id: svn://ultimatepp.org/upp/trunk@12376 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-10-19 07:44:01 +00:00
parent e0b020d27f
commit f6c972f05e
11 changed files with 155 additions and 120 deletions

View file

@ -18,8 +18,9 @@
namespace Upp {
enum {
TEXTURE_LINEAR = 0x01,
TEXTURE_MIPMAP = 0x02,
TEXTURE_LINEAR = 0x01,
TEXTURE_MIPMAP = 0x02,
TEXTURE_COMPRESSED = 0x04,
};
GLuint CreateGLTexture(const Image& img, dword flags);