gfx-rs / gfx

[maintenance mode] A low-overhead Vulkan-like GPU API for Rust.
http://gfx-rs.github.io/
Apache License 2.0
5.35k stars 547 forks source link

Add transfer src/dst format features #3575

Closed kvark closed 3 years ago

kvark commented 3 years ago

These have been added in one of the VK_Maintenance extensions, and are a part of Vulkan 1.1. See VK_FORMAT_FEATURE_TRANSFER_SRC_BIT and VK_FORMAT_FEATURE_TRANSFER_DST_BIT in https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkFormatFeatureFlagBits.html Requirement for #3146