SPV: Issue #180: push_constants don't have descriptor sets.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user