Revert image view usage flags regression introduced in 492d3856e8
. #242
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
.Pull request closed