Closed
Description
If you create a scene with nothing in it, this will cause Babylon Native to issue no draw calls, and default render state will display. On Android, this results in an empty bgfx-purple backbuffer and an infinite framerate because Babylon Native's state-setting changes only take effect on a bgfx::frame()
, which isn't happening.
Metadata
Metadata
Assignees
Labels
No labels