google / amber

Amber is a multi-API shader test framework
Apache License 2.0
193 stars 65 forks source link

Use correct subgroup shader stage flags #959

Closed asuonpaa closed 3 years ago

asuonpaa commented 3 years ago

The code was using VkPipelineStageFlagBits when it was supposed to use VkShaderStageFlagBits.