mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 03:53:52 +02:00
REmove uneeded macros
This commit is contained in:
parent
f3e1ed4b88
commit
07e8238b0e
1 changed files with 0 additions and 9 deletions
|
@ -11,15 +11,6 @@
|
|||
#ifndef hifi_gpu_gl_GLBackend_h
|
||||
#define hifi_gpu_gl_GLBackend_h
|
||||
|
||||
// Core 41 doesn't expose the features to really separate the vertex format from the vertex buffers binding
|
||||
// Core 43 does :)
|
||||
#if(GPU_INPUT_PROFILE == GPU_CORE_41)
|
||||
#define NO_SUPPORT_VERTEX_ATTRIB_FORMAT
|
||||
#else
|
||||
#define SUPPORT_VERTEX_ATTRIB_FORMAT
|
||||
#endif
|
||||
|
||||
|
||||
#include <assert.h>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
|
|
Loading…
Reference in a new issue