We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
There is a typo on this line that is bug:
Vulkan-ExtensionLayer/layers/synchronization2.cpp
Line 500 in dc6fd2c
It ends up losing the preceding values set to result_stage_mask. That should be:
result_stage_mask |= VK_PIPELINE_STAGE_VERTEX_SHADER_BIT;
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
There is a typo on this line that is bug:
Vulkan-ExtensionLayer/layers/synchronization2.cpp
Line 500 in dc6fd2c
It ends up losing the preceding values set to result_stage_mask. That should be:
The text was updated successfully, but these errors were encountered: