Mobile: First pass at rendering via Qt Quick scene graph
Everything Doomsday renders is done at the background level of thescene graph, instead of a simple clear.
Added the concept of the render thread; desktop builds will assumethat the main thread is the same as the render thread.
View differences
Mobile: First pass at rendering via Qt Quick scene graph
Everything Doomsday renders is done at the background level of the
scene graph, instead of a simple clear.
Added the concept of the render thread; desktop builds will assume
that the main thread is the same as the render thread.