Skip to content

v0.28.3: Vulkan swapchain post-creation extent logging#186

Merged
kolkov merged 1 commit into
mainfrom
release/v0.28.3
May 17, 2026
Merged

v0.28.3: Vulkan swapchain post-creation extent logging#186
kolkov merged 1 commit into
mainfrom
release/v0.28.3

Conversation

@kolkov
Copy link
Copy Markdown
Contributor

@kolkov kolkov commented May 17, 2026

Summary

Log actual swapchain extent, image count, format, and present mode after vkCreateSwapchainKHR. Complements v0.28.2 pre-creation capabilities logging. HiDPI diagnostic for gg#327.

Closes #185.

Test plan

  • go build ./... + go test ./...
  • golangci-lint run --timeout=5m — 0 issues

HiDPI diagnostic: log extent, image count, format, present mode
after vkCreateSwapchainKHR + vkGetSwapchainImagesKHR. Verifies
that driver-created images match requested dimensions.
@codecov
Copy link
Copy Markdown

codecov Bot commented May 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@kolkov kolkov merged commit 85a79ee into main May 17, 2026
11 checks passed
@kolkov kolkov deleted the release/v0.28.3 branch May 17, 2026 17:56
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.

Vulkan: log actual swapchain image dimensions after vkCreateSwapchainKHR

1 participant