mirror of
https://github.com/lubosz/overte.git
synced 2025-04-06 21:22:44 +02:00
Android temporal change - Bring back GLESBackend TEX_UNIT constants
This commit is contained in:
parent
f00f1931f3
commit
a09b1adb6c
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ class GLESBackend : public GLBackend {
|
|||
|
||||
public:
|
||||
static const GLint RESOURCE_TRANSFER_TEX_UNIT { 32 };
|
||||
static const GLint RESOURCE_TRANSFER_EXTRA_TEX_UNIT { 33 };
|
||||
static const GLint RESOURCE_BUFFER_TEXBUF_TEX_UNIT { 34 };
|
||||
static const GLint RESOURCE_BUFFER_SLOT0_TEX_UNIT { 35 };
|
||||
|
||||
explicit GLESBackend(bool syncCache) : Parent(syncCache) {}
|
||||
GLESBackend() : Parent() {}
|
||||
virtual ~GLESBackend() {
|
||||
|
|
Loading…
Reference in a new issue