qt3d causes my application to unexpectedly crash when using the RenderAspect in synchronous mode. If i use it in threaded mode, my application works fine.
renderAspect = new Qt3DRender::QRenderAspect(Qt3DRender::QRenderAspect::Synchronous);
Is this a bug? Or am I missing a step somewhere?