SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2.
This commit is contained in:
parent
1c77f3a8d2
commit
55e7d11ce8
117 changed files with 6740 additions and 5997 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#version 130
|
||||
|
||||
uniform sampler2D sampler;
|
||||
uniform sampler2D samp2D;
|
||||
varying mediump vec2 coord;
|
||||
|
||||
struct lunarStruct1 {
|
||||
|
|
@ -35,5 +35,5 @@ void main()
|
|||
else
|
||||
locals2 = foo2;
|
||||
|
||||
gl_FragColor = locals2.s1_1.f * texture2D(sampler, coord);
|
||||
gl_FragColor = locals2.s1_1.f * texture(samp2D, coord);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue