Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add definitions for iOS / GLES2 extension functions and constants #2279

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

notlion
Copy link
Contributor

@notlion notlion commented Mar 25, 2022

This fixes the iOS build when compiling with -DCINDER_GL_ES_2 on Xcode 13.3.

Some of these were already defined in RendererImplGlCocoaTouch.mm. I've moved those definitions to platform.h since some are needed in other files. There's still one instance of an glResolveMultisampleFramebufferAPPLE being used. I've left this one unchanged since it's in a platform specific file.

This fixes the iOS build when compiling with -DCINDER_GL_ES_2 on Xcode 13.3

Some of these were already defined in `RendererImplGlCocoaTouch.mm`. I've moved those definitions to `platform.h` since some are needed in other files. There's still one instance of an `glResolveMultisampleFramebufferAPPLE` being used. I've left this one unchanged since it's in a platform specific file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant