Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Conversation

@res2k
Copy link
Contributor

@res2k res2k commented Dec 6, 2025

The reported issue was "dstAccessMask/srcAccessMask (VK_ACCESS_HOST_READ_BIT) is not supported by stage mask (VK_PIPELINE_STAGE_ALL_COMMANDS_BIT)".
Address it by adding an IMAGE_BARRIER_STAGES macro that takes explicit source & destination stage flags and using it to explicitly choose appropriate stages when the above validation message occurred.

@apanteleev apanteleev merged commit b55552f into NVIDIA:master Dec 10, 2025
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants