Revert image view usage flags regression introduced in 492d3856e8
. #241
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "weakboson/eden:revert-image-view-usage"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Maxwell format
VK_FORMAT_A8B8G8R8_SRGB_PACK32
does not support storage. However aA8B8G8R8_UNORM
view is created for a image with that format which supports storage. The previous patch ignored image view format usage making it impossible for the pipeline to render to the texture.This commit reverts the image usage override. However, there is still a mismatch between image format usage and image view format usage.
492d3856e8
.065a7e6866
to4ca3746614
4ca3746614
to57a9541f58
Heavily tested by MaranBR. Can be merged when ready.