-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inline apple GL framework (cxx) implementation.
* This is so the apple GL framework can be used from pure cxx on apple platforms, which swift requires with cxx interop since apple frameworks in their Objective-C++ implementations are not compliant with ARC (which explicitly forbids release/retain), but through C++, we reserve the right to perform our own memory management and regain the ability to make calls to release/retain.
- Loading branch information
Showing
5 changed files
with
403 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.