Revert image view usage flags regression introduced in 492d3856e8. #242

Closed
weakboson wants to merge 1 commit from weakboson/eden:revert-image-view-usage into master
Contributor

Maxwell format VK_FORMAT_A8B8G8R8_SRGB_PACK32 does not support storage. However a A8B8G8R8_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.

Maxwell format `VK_FORMAT_A8B8G8R8_SRGB_PACK32` does not support storage. However a `A8B8G8R8_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.
weakboson added 1 commit 2025-08-11 19:04:54 +02:00
Revert image view usage flags regression introduced in 492d3856e8.
All checks were successful
eden-license / license-header (pull_request) Successful in 27s
065a7e6866
Maxwell format `VK_FORMAT_A8B8G8R8_SRGB_PACK32` does not support storage. However a `A8B8G8R8_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.
weakboson closed this pull request 2025-08-11 19:05:29 +02:00
All checks were successful
eden-license / license-header (pull_request) Successful in 27s
Required
Details

Pull request closed

Sign in to join this conversation.
No description provided.