SPV: Issue #180: push_constants don't have descriptor sets.
This commit is contained in:
parent
2107c76a08
commit
f7497e289b
5 changed files with 9 additions and 5 deletions
|
|
@ -34,4 +34,6 @@ void foo()
|
|||
a1 = a2; // ERROR, can't assign, even though the same type
|
||||
if (a1 == a2) // ERROR, can't compare either
|
||||
++color;
|
||||
}
|
||||
}
|
||||
|
||||
layout(set = 1, push_constant) uniform badpc { int a; } badpcI; // ERROR, no descriptor set with push_constant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue