mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 12:54:30 +02:00
sometimes, magic happens, and clean rebuilds...
This commit is contained in:
parent
83116fdd85
commit
5fd2992c28
1 changed files with 3 additions and 3 deletions
|
@ -88,11 +88,11 @@ void GLBackend::syncInputStateCache() {
|
||||||
|
|
||||||
// Core 41 doesn't expose the features to really separate the vertex format from the vertex buffers binding
|
// Core 41 doesn't expose the features to really separate the vertex format from the vertex buffers binding
|
||||||
// Core 43 does :)
|
// Core 43 does :)
|
||||||
//#if (GPU_INPUT_PROFILE == GPU_CORE_41)
|
#if (GPU_INPUT_PROFILE == GPU_CORE_41)
|
||||||
#define NO_SUPPORT_VERTEX_ATTRIB_FORMAT
|
#define NO_SUPPORT_VERTEX_ATTRIB_FORMAT
|
||||||
/*#else
|
#else
|
||||||
#define SUPPORT_VERTEX_ATTRIB_FORMAT
|
#define SUPPORT_VERTEX_ATTRIB_FORMAT
|
||||||
#endif*/
|
#endif
|
||||||
|
|
||||||
void GLBackend::updateInput() {
|
void GLBackend::updateInput() {
|
||||||
#if defined(SUPPORT_VERTEX_ATTRIB_FORMAT)
|
#if defined(SUPPORT_VERTEX_ATTRIB_FORMAT)
|
||||||
|
|
Loading…
Reference in a new issue