mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-15 07:46:24 +02:00
REsolve the bracket issue,
This commit is contained in:
parent
32c253453b
commit
f23df03ea9
2 changed files with 7 additions and 5 deletions
|
@ -174,7 +174,6 @@ void GLBackend::updateInput() {
|
||||||
} else {
|
} else {
|
||||||
glDisableVertexAttribArray(i);
|
glDisableVertexAttribArray(i);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
(void) CHECK_GL_ERROR();
|
(void) CHECK_GL_ERROR();
|
||||||
|
|
||||||
_input._attributeActivation.flip(i);
|
_input._attributeActivation.flip(i);
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
#include "../GL/glew.h"
|
#include "../GL/glew.h"
|
||||||
|
|
||||||
#define GPU_FEATURE_PROFILE GPU_CORE
|
#define GPU_FEATURE_PROFILE GPU_CORE
|
||||||
|
#define GPU_TRANSFORM_PROFILE GPU_CORE
|
||||||
#define GPU_INPUT_PROFILE GPU_CORE_41
|
#define GPU_INPUT_PROFILE GPU_CORE_41
|
||||||
|
|
||||||
#elif defined(WIN32)
|
#elif defined(WIN32)
|
||||||
|
@ -29,6 +30,7 @@
|
||||||
#include "../GL/wglew.h"
|
#include "../GL/wglew.h"
|
||||||
|
|
||||||
#define GPU_FEATURE_PROFILE GPU_CORE
|
#define GPU_FEATURE_PROFILE GPU_CORE
|
||||||
|
#define GPU_TRANSFORM_PROFILE GPU_CORE
|
||||||
#define GPU_INPUT_PROFILE GPU_CORE_41
|
#define GPU_INPUT_PROFILE GPU_CORE_41
|
||||||
|
|
||||||
#elif defined(ANDROID)
|
#elif defined(ANDROID)
|
||||||
|
@ -38,6 +40,7 @@
|
||||||
#include "../GL/glew.h"
|
#include "../GL/glew.h"
|
||||||
|
|
||||||
#define GPU_FEATURE_PROFILE GPU_CORE
|
#define GPU_FEATURE_PROFILE GPU_CORE
|
||||||
|
#define GPU_TRANSFORM_PROFILE GPU_CORE
|
||||||
#define GPU_INPUT_PROFILE GPU_CORE_41
|
#define GPU_INPUT_PROFILE GPU_CORE_41
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue