magicien / GLTFSceneKit

glTF loader for SceneKit
MIT License
291 stars 91 forks source link

Fix OpenGL imports on macOS #50

Closed AndrewSB closed 3 years ago

AndrewSB commented 3 years ago

In some build configurations, there's an error where all of the GL types (like GL_BYTE, GL_UNSIGNED_INT, etc.) cannot be found. This should rectify the issue

AndrewSB commented 3 years ago

this breaks for iOS