SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).
This commit is contained in:
parent
019f08fcd8
commit
6c292d3ba7
200 changed files with 7841 additions and 5577 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue