protonscr

Overhaul handling of EXTENDED_USAGE_BIT

vkd3dclosed
HansKristian-Work/vkd3d-proton#938 · opened 2021-12-03 by HansKristian-Work · updated 2022-01-11 · 1 comments · github
HHansKristian-Work 2021-12-03 github

We should:

  • Not use EXTENDED_USAGE_BIT unless it's meaningful (e.g. sRGB UAV).
  • Use VkImageViewUsageCreateInfo when creating views to avoid validation errors when sRGB UAV images are viewed. We need to nop out STORAGE usage for that scenario.
HHansKristian-Work maintainer 2022-01-11 github

Fixed on master.

Nothing extracted yet.