V-EZ icon indicating copy to clipboard operation
V-EZ copied to clipboard

Android port

Open manhnt9 opened this issue 6 years ago • 4 comments

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).

manhnt9 avatar Nov 20 '18 17:11 manhnt9

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!

manhnt9 avatar Nov 24 '18 17:11 manhnt9

Clearing screen works on Android, will test more complicated samples.

46883225_707461809637415_4796506445518471168_n

manhnt9 avatar Nov 28 '18 15:11 manhnt9

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. trianglelinux

Android vkCmdBeginRenderPass has black depth attachment. triangleandroid

manhnt9 avatar Nov 29 '18 06:11 manhnt9

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.

image0

manhnt9 avatar Nov 27 '19 09:11 manhnt9