-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Shadows flicker after minimizing and restoring window on Windows 11 Vulkan. #24215
Copy link
Copy link
Open
Labels
A-RenderingDrawing game state to the screenDrawing game state to the screenC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorD-ModestA "normal" level of difficulty; suitable for simple features or challenging fixesA "normal" level of difficulty; suitable for simple features or challenging fixesO-VulkanSpecific to the Vulkan render APISpecific to the Vulkan render APIO-WindowsSpecific to the Windows desktop operating systemSpecific to the Windows desktop operating systemP-RegressionFunctionality that used to work but no longer does. Add a test for this!Functionality that used to work but no longer does. Add a test for this!S-Needs-InvestigationThis issue requires detective work to figure out what's going wrongThis issue requires detective work to figure out what's going wrong
Milestone
Metadata
Metadata
Assignees
Labels
A-RenderingDrawing game state to the screenDrawing game state to the screenC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorD-ModestA "normal" level of difficulty; suitable for simple features or challenging fixesA "normal" level of difficulty; suitable for simple features or challenging fixesO-VulkanSpecific to the Vulkan render APISpecific to the Vulkan render APIO-WindowsSpecific to the Windows desktop operating systemSpecific to the Windows desktop operating systemP-RegressionFunctionality that used to work but no longer does. Add a test for this!Functionality that used to work but no longer does. Add a test for this!S-Needs-InvestigationThis issue requires detective work to figure out what's going wrongThis issue requires detective work to figure out what's going wrong
Type
Projects
Status
Needs SME Triage
Bevy version and features
[Optional] Relevant system information
What you did
cargo r --example anti_aliasing.What went wrong
The shadows "flicker" for one frame - they stop rendering for one frame and then start again. It's hard to get a video of this even because it happens so fast.
Additional information.
This is a followup to #24162, which was somewhat fixed, but it's clear this is still an issue.