Undef utility macro in header
This commit is contained in:
parent
3bd9df1191
commit
a9f400e64a
|
@ -310,6 +310,8 @@ typedef struct GenericBO<GL_ARRAY_BUFFER> VBO;
|
||||||
/* Index Buffer Object */
|
/* Index Buffer Object */
|
||||||
typedef struct GenericBO<GL_ELEMENT_ARRAY_BUFFER> IBO;
|
typedef struct GenericBO<GL_ELEMENT_ARRAY_BUFFER> IBO;
|
||||||
|
|
||||||
|
#undef DEF_GL_ID
|
||||||
|
|
||||||
/* Convenience struct wrapping a framebuffer
|
/* Convenience struct wrapping a framebuffer
|
||||||
* and a 2D texture as its target */
|
* and a 2D texture as its target */
|
||||||
struct TEXFBO
|
struct TEXFBO
|
||||||
|
|
Loading…
Reference in New Issue