Undef utility macro in header

This commit is contained in:
Jonas Kulla 2013-09-06 13:14:34 +02:00
parent 3bd9df1191
commit a9f400e64a
1 changed files with 2 additions and 0 deletions

View File

@ -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