You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could be useful to have a pair of functions which maps between Vulkan formats and DXGI formats (i.e. VK_FORMAT_R8_UNORM <-> DXGI_FORMAT_R8_UNORM, VK_FORMAT_R16G16B16A16_SFLOAT<->DXGI_FORMAT_R16G16B16A16_FLOAT, etc.)
Note all defined Vulkan formats have DXGI equivalents.
The text was updated successfully, but these errors were encountered:
walbourn
added
utility
Applies to DDSTextureLoader, ScreenGrab, WICTextureLoader
wsl
Related to Windows Subsystem for Linux support
labels
May 13, 2023
Could be useful to have a pair of functions which maps between Vulkan formats and DXGI formats (i.e. VK_FORMAT_R8_UNORM <-> DXGI_FORMAT_R8_UNORM, VK_FORMAT_R16G16B16A16_SFLOAT<->DXGI_FORMAT_R16G16B16A16_FLOAT, etc.)
https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkFormat.html
The text was updated successfully, but these errors were encountered: