Skip to content

Fix Vulkan text placement after window resize - #1409

Merged
bryanedds merged 1 commit into
vulkanfrom
split/pr-1392-text-resize
Aug 2, 2026
Merged

Fix Vulkan text placement after window resize#1409
bryanedds merged 1 commit into
vulkanfrom
split/pr-1392-text-resize

Conversation

@Happypig375

Copy link
Copy Markdown
Collaborator

Split from #1392.

Cached text textures also cached their model-view-projection matrices, leaving text at its previous position after window resizing. Cache only reusable texture metadata and rebuild the transform using the current projection for every draw.

@bryanedds
bryanedds merged commit a0f1db8 into vulkan Aug 2, 2026
16 checks passed
@bryanedds
bryanedds deleted the split/pr-1392-text-resize branch August 9, 2026 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants