V-EZ
V-EZ copied to clipboard
Android port
Can be reviewed, still not completed though. Will test in my project and update status here.
Updated on November 27, 2019: V-EZ works on Android (see details below).
For now it can be built for Android, but currently my project is having some bugs so I can't test with a running example on Android soon. If anyone can port a sample to Android, it would be great!
Clearing screen works on Android, will test more complicated samples.
Porting triangle sample to Android. Current bug is the depth buffer is not clearing. Comparison of RenderDoc capture between Linux and Android.
Linux vkCmdBeginRenderPass clears the depth to white.
Android vkCmdBeginRenderPass has black depth attachment.
It requires no further patch to make V-EZ working on Android. Recent updates of Saga3D solve above bug on same Android device automatically (like a magic).
I can confirm that V-EZ works on iOS and Android.