-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Android] Started making C99 examples and off-screen rendering Androi…
…d ready. - Create EGLSurface as Pbuffer when no native window is provided on Android. - Enabled C99 wrapper and its examples in BuildAndroid.sh script. - Moved main entry points of C99 examples into ExampleBase to abstract main loop for desktop and mobile platforms. - Fixed C99 wrapper generator to correctly output 'struct android_app' and aliased macro definitions for RendererID fields. TODO: The Pbuffer EGLSurface needs testing. The Offscreen C99 example should be refactored to write the output to the Android device storage.
- Loading branch information
1 parent
e6a0159
commit f31eb23
Showing
12 changed files
with
320 additions
and
193 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
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.