Skip to content

Fix flickering shadows#24216

Open
JMS55 wants to merge 1 commit into
bevyengine:mainfrom
JMS55:fix-shadow-flicker
Open

Fix flickering shadows#24216
JMS55 wants to merge 1 commit into
bevyengine:mainfrom
JMS55:fix-shadow-flicker

Conversation

@JMS55
Copy link
Copy Markdown
Contributor

@JMS55 JMS55 commented May 9, 2026

Fixes #24215.

@andriyDev
Copy link
Copy Markdown
Contributor

Tested this on Windows + Vulkan (same as original bug), and this seems to fix it!

@andriyDev andriyDev added the A-Rendering Drawing game state to the screen label May 9, 2026
@github-project-automation github-project-automation Bot moved this to Needs SME Triage in Rendering May 9, 2026
@andriyDev andriyDev added C-Bug An unexpected or incorrect behavior D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels May 9, 2026
@andriyDev andriyDev added this to the 0.19 milestone May 9, 2026
Copy link
Copy Markdown
Contributor

@kfc35 kfc35 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder why it was placed in PrepareAssets to begin with

@kfc35 kfc35 added S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it and removed S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels May 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it

Projects

Status: Needs SME Triage

Development

Successfully merging this pull request may close these issues.

Shadows flicker after minimizing and restoring window on Windows 11 Vulkan.

3 participants