-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QSG_VISUALIZE overdraw not working #880
Comments
Cuperino
added a commit
that referenced
this issue
Jan 12, 2024
Fixes #880, where QSG_VISUALIZE overdraw, and other modes, were not working under Plasma. Note, other render modes, such as Vulkan, are yet to be implemented.
Cuperino
added a commit
that referenced
this issue
Mar 20, 2024
Fixes #880, where QSG_VISUALIZE overdraw, and other modes, were not working under Plasma. Note, other render modes, such as Vulkan, are yet to be implemented.
Cuperino
added a commit
that referenced
this issue
Mar 20, 2024
Fixes #880, where QSG_VISUALIZE overdraw, and other modes, were not working under Plasma. Note, other render modes, such as Vulkan, are yet to be implemented.
Cuperino
added a commit
that referenced
this issue
Apr 25, 2024
Fixes #880, where QSG_VISUALIZE overdraw, and other modes, were not working under Plasma. Note, other render modes, such as Vulkan, are yet to be implemented.
Cuperino
added a commit
that referenced
this issue
May 2, 2024
Fixes #880, where QSG_VISUALIZE overdraw, and other modes, were not working under Plasma. Note, other render modes, such as Vulkan, are yet to be implemented.
Cuperino
added a commit
that referenced
this issue
Jan 3, 2025
Fixes #880, where QSG_VISUALIZE overdraw, and other modes, were not working under Plasma. Note, other render modes, such as Vulkan, are yet to be implemented.
Cuperino
pushed a commit
that referenced
this issue
Jan 3, 2025
Fixes #880, where QSG_VISUALIZE overdraw, and other modes, were not working under Plasma. Note, other render modes, such as Vulkan, are yet to be implemented.
Cuperino
pushed a commit
that referenced
this issue
Jan 3, 2025
Fixes #880, where QSG_VISUALIZE overdraw, and other modes, were not working under Plasma. Note, other render modes, such as Vulkan, are yet to be implemented.
Cuperino
pushed a commit
that referenced
this issue
Jan 9, 2025
Fixes #880, where QSG_VISUALIZE overdraw, and other modes, were not working. Also fixes race condition crashes around use of OpenGL RHI and scene graph events.
Cuperino
pushed a commit
that referenced
this issue
Jan 9, 2025
Fixes #880, where QSG_VISUALIZE overdraw, and other modes, were not working. Also fixes race condition crashes around use of OpenGL RHI and scene graph events.
Cuperino
pushed a commit
that referenced
this issue
Jan 9, 2025
Fixes #880, where QSG_VISUALIZE modes were not working. Also fixed race condition crashes around use of OpenGL RHI and scene graph events.
Cuperino
pushed a commit
that referenced
this issue
Jan 10, 2025
Fixes #880, where QSG_VISUALIZE modes were not working. Also fixed race condition crashes around use of OpenGL RHI and scene graph events.
Cuperino
pushed a commit
that referenced
this issue
Jan 11, 2025
Fixes #880, where QSG_VISUALIZE modes were not working. Also fixed race condition crashes around use of OpenGL RHI and scene graph events.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have built GammaRay v3.0.0 with Qt6.6.1.
My Qt Quick applications are also built with Qt6.6.1.
Unfortunately the overdraw button in the Quick Scenes menu doesn't show the expected result when inspecting the QtQuick applications.
As a cross check I have set QSG_VISUALIZE=overdraw in the environment variables section of Qt Creator.
Now the QtQuick applications show the expected overdraw view when launching them
GammaRay: v3.0.0
Qt: v6.6.1
OS: Debian Buster + Ubuntu 20.04
Desktop: KDE Plasma
The text was updated successfully, but these errors were encountered: