Fix test spv.1.4.OpEntryPoint.frag
Cannot apply binding qualifier to push_constant
This commit is contained in:
parent
bb5b357550
commit
9600b97c6a
2 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue