mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
GLCtrl: DHCtrl improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@12376 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e0b020d27f
commit
f6c972f05e
11 changed files with 155 additions and 120 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue