Add option to reflect all block members, inactive or active.

* The stages mask is more fine-grained, and each variable or block's mask
  indicates which stages it's active in.
This commit is contained in:
baldurk
2019-01-30 15:34:02 +00:00
parent 657acc0c40
commit a972e73ad7
17 changed files with 265 additions and 77 deletions

View File

@@ -172,6 +172,7 @@ struct TriangleInfo {
buffer VertexCollection {
TriangleInfo t[5];
uint padding[10];
};
out float outval;