Skip to content

effects: Do not call RHI QQuickRenderControl methods when using software rendering

David Edmundson requested to merge work/d_ed/software_renderer into master

As per the docs: Note: This function does not need to be, and must not be, called when using the software adaptation of Qt Quick.

This sets up RHI on the render control, which in turn sets RHI on the window, which shouldn't exist when using software rendering.

BUG: 482663 BUG: 486078

Edited by David Edmundson

Merge request reports