mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 09:09:56 +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
|
#ifndef hifi_gpu_gl_GLBackend_h
|
||||||
#define 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 <assert.h>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
Loading…
Reference in a new issue