You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
530e045 added a way to do this when new FloatingWindow instances are created.
Unfortunately, it currently cannot be done for other framework-created windows, such as the IndicatorWindow. This has the effect of Qt creating new QRhi instances (and new VkInstance + VkDevice) when new QQuickWindow instances are created, which may confuse the Vulkan Validation Layers and other similar debugging tools.
To remedy that, we would need a similar callback mechanism, but for all QQuickWindow instances created by KDDockWidgets.
The text was updated successfully, but these errors were encountered:
maxime-modulopi
changed the title
Add a callback mechanismdee
Add a callback mechanism to set QQuickGraphicsDevice on IndicatorWindow
Dec 18, 2024
maxime-modulopi
changed the title
Add a callback mechanism to set QQuickGraphicsDevice on IndicatorWindow
Add a callback mechanism to run custom setup logic on all framework-created QQuickWindow instances
Dec 18, 2024
530e045 added a way to do this when new FloatingWindow instances are created.
Unfortunately, it currently cannot be done for other framework-created windows, such as the IndicatorWindow. This has the effect of Qt creating new QRhi instances (and new VkInstance + VkDevice) when new QQuickWindow instances are created, which may confuse the Vulkan Validation Layers and other similar debugging tools.
To remedy that, we would need a similar callback mechanism, but for all QQuickWindow instances created by KDDockWidgets.
The text was updated successfully, but these errors were encountered: