protonscr
Search
Overhaul handling of EXTENDED_USAGE_BIT
vkd3d
closed
HansKristian-Work/vkd3d-proton#938 · opened 2021-12-03 by HansKristian-Work · updated 2022-01-11 · 1 comments ·
github
H
HansKristian-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.
H
HansKristian-Work
maintainer
2022-01-11
github
Fixed on master.
Nothing extracted yet.
We should:
VkImageViewUsageCreateInfowhen creating views to avoid validation errors when sRGB UAV images are viewed. We need to nop out STORAGE usage for that scenario.