kakashidinho / metalangle

MetalANGLE: OpenGL ES to Metal API translation layer
Other
461 stars 65 forks source link

Undefined symbols for glResolveMultisampleFramebufferAPPLE and _glRenderbufferStorageMultisampleAPPLE #77

Open myonlylonely opened 2 years ago

myonlylonely commented 2 years ago

XCode has these errors:

Undefined symbol: _glResolveMultisampleFramebufferAPPLE
Undefined symbol: _glRenderbufferStorageMultisampleAPPLE

I can see that in gl2ext.h, they are defined in GL_GLEXT_PROTOTYPES.

Does that mean that I need to build a version that has GL_GLEXT_PROTOTYPES enabled?

How to build that?

kakashidinho commented 2 years ago

Hi, glResolveMultisampleFramebufferAPPLE & glRenderbufferStorageMultisampleAPPLE are not implemented in MetalANGLE. If you want to use multisample framebuffer. Use: