SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).

This commit is contained in:
John Kessenich
2016-02-15 20:58:50 -07:00
parent 019f08fcd8
commit 6c292d3ba7
200 changed files with 7841 additions and 5577 deletions

View File

@@ -31,12 +31,12 @@ struct s3 {
};
uniform s0 foo0;
uniform s1 foo1;
uniform s2 foo2;
uniform s3 foo3;
s0 foo0;
s1 foo1;
s2 foo2;
s3 foo3;
uniform s00 foo00;
s00 foo00;
void main()
{