SPV: Issue #180: push_constants don't have descriptor sets.

This commit is contained in:
John Kessenich 2016-03-08 21:36:22 -07:00
parent 2107c76a08
commit f7497e289b
5 changed files with 9 additions and 5 deletions

View file

@ -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