Fix test spv.1.4.OpEntryPoint.frag

Cannot apply binding qualifier to push_constant
This commit is contained in:
Greg Fischer 2021-11-09 15:46:08 -07:00
parent bb5b357550
commit 9600b97c6a
2 changed files with 1 additions and 3 deletions

View file

@ -13,7 +13,7 @@ layout(binding = 1) buffer bbt {
float f;
} bufferv;
layout(binding = 2, push_constant) uniform pushB {
layout(push_constant) uniform pushB {
int a;
} pushv;