Kanzi Ghosting effect
AnsweredWhat is the chances that within Kanzi engine, Kanzi is drawing new content on top of the previous frame so a ghosting effect is seen?
0
-
It is pretty much impossible for Kanzi to draw over the existing frame since Kanzi clears the buffers in the beginning of each frame. You should be able to see the glClear call along with the rest of the OpenGL calls if you enable GraphicsLoggingEnabled configuration option and run a debug build of the application on device.
0
Please sign in to leave a comment.
Comments
1 comment