Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在同步模式下使用 RenderAspect 时,qt3d 导致我的应用程序意外崩溃。如果我在线程模式下使用它,我的应用程序工作正常。
renderAspect = new Qt3DRender::QRenderAspect(Qt3DRender::QRenderAspect::Synchronous);
这是一个错误吗?还是我在某处错过了一步?