Skip to content

Introducing vk::image interface to support multiple image loading implementations#72

Merged
mrparmesan01 merged 11 commits into
v6from
image_interface
May 23, 2026
Merged

Introducing vk::image interface to support multiple image loading implementations#72
mrparmesan01 merged 11 commits into
v6from
image_interface

Conversation

@mrparmesan01

@mrparmesan01 mrparmesan01 commented May 23, 2026

Copy link
Copy Markdown
Member

This PR resolves #45 .

Changelogs

  • Add vk::image interface.
  • Removed stbi_image from being included in vk::texture.
  • Removed stb_image as dependency from vulkan-cpp.
  • Including fixes to vk::texture for better supporting supplying texture data.

@mrparmesan01 mrparmesan01 self-assigned this May 23, 2026
@mrparmesan01 mrparmesan01 added the 💳 Tech Debt Tasks that have some kind of user API tech debt label May 23, 2026
@mrparmesan01 mrparmesan01 linked an issue May 23, 2026 that may be closed by this pull request
@mrparmesan01 mrparmesan01 merged commit 800a965 into v6 May 23, 2026
5 checks passed
@mrparmesan01 mrparmesan01 deleted the image_interface branch May 23, 2026 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

💳 Tech Debt Tasks that have some kind of user API tech debt

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add vk::image for various image loading implementations

1 participant