Description
When switching from the primary to the secondary screen in the sample you can see flickering happening between draws.
Steps to Reproduce
- Clone the project source code.
- Change directory to the
MyPiUI.Sample directory.
- Run the project.
- Tap the
Switch Scene button.
- Observe flickering.
Additional Notes
The issue may be that I am logging to the console while its in FrameBuffer mode, which means the console tries to overwrite the framebuffer resulting in flickering between the current scene frame and console frame.
Description
When switching from the primary to the secondary screen in the sample you can see flickering happening between draws.
Steps to Reproduce
MyPiUI.Sampledirectory.Switch Scenebutton.Additional Notes
The issue may be that I am logging to the console while its in
FrameBuffermode, which means the console tries to overwrite the framebuffer resulting in flickering between the current scene frame and console frame.