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
|
|
@ -3,9 +3,9 @@
|
|||
uniform sampler2D texSampler2D;
|
||||
uniform sampler3D texSampler3D;
|
||||
|
||||
uniform float blend;
|
||||
uniform vec2 scale;
|
||||
uniform vec4 u;
|
||||
in float blend;
|
||||
in vec2 scale;
|
||||
in vec4 u;
|
||||
|
||||
in vec2 t;
|
||||
in vec3 coords;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue