Compile errors in RVOpenGLView
daviddelmonte opened this issue · 2 comments
Perhaps a file missing?
RVOpenGLView.m:115:5: Implicit declaration of function 'glRenderbufferStorageMultisampleAPPLE' is invalid in C99
RVOpenGLView.m:115:63: Use of undeclared identifier 'GL_RGBA8_OES'
RVOpenGLView.m:120:63: Use of undeclared identifier 'GL_DEPTH_COMPONENT24_OES'
RVOpenGLView.m:131:5: Implicit declaration of function 'glDiscardFramebufferEXT' is invalid in C99
Revolved/RVOpenGLView.m:133:23: Use of undeclared identifier 'GL_READ_FRAMEBUFFER_APPLE'
Use of undeclared identifier 'GL_DRAW_FRAMEBUFFER_APPLE'
Implicit declaration of function 'glResolveMultisampleFramebufferAPPLE' is invalid in C99
RVOpenGLView.m:139:29: Use of undeclared identifier 'GL_READ_FRAMEBUFFER_APPLE'
RVOpenGLView.m:209:51: Use of undeclared identifier 'GL_BGRA'
RVOpenGLView.m:224:23: Use of undeclared identifier 'GL_DRAW_FRAMEBUFFER_APPLE'
RVOpenGLView.m:225:23: Use of undeclared identifier 'GL_READ_FRAMEBUFFER_APPLE'
Xcode6 no longer implicitly imports OpenGL headers, I've just pushed the fix!
Thanks!!!
On Jul 16, 2014, at 11:22, Bartosz Ciechanowski notifications@github.com wrote:
Xcode6 no longer implicitly imports OpenGL headers, I've just pushed the fix!
—
Reply to this email directly or view it on GitHub.