-
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] Ported Offscreen C99 example to Android.
- Write output PNG image to "/storage/emulated/0/Documents/" folder. This doesn't work in the emulator for some reason even though the folder exists, but it does work on an actual Android device (tested on Galaxy Tab A8). - Added "300 es" profiles when creating shaders on Android. - Added precision qualifiers for Offscreen ESSL shaders.
- Loading branch information
1 parent
8c30210
commit ffadc60
Showing
3 changed files
with
29 additions
and
7 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