Skip to content

Fix flickering shadows#24216

Merged
mockersf merged 2 commits into
bevyengine:mainfrom
JMS55:fix-shadow-flicker
May 12, 2026
Merged

Fix flickering shadows#24216
mockersf merged 2 commits 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
@mockersf mockersf added this pull request to the merge queue May 12, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks May 12, 2026
@mockersf mockersf enabled auto-merge May 12, 2026 20:26
@mockersf mockersf added this pull request to the merge queue May 12, 2026
Merged via the queue into bevyengine:main with commit 606dac7 May 12, 2026
38 checks passed
@github-project-automation github-project-automation Bot moved this from Needs SME Triage to Done in Rendering May 12, 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: Done

Development

Successfully merging this pull request may close these issues.

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

4 participants