SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#version 110
|
||||
#version 400
|
||||
|
||||
uniform sampler2D tex;
|
||||
varying vec2 coord;
|
||||
in vec2 coord;
|
||||
|
||||
void main (void)
|
||||
{
|
||||
vec4 v = texture2D(tex, coord);
|
||||
vec4 v = texture(tex, coord);
|
||||
|
||||
if (v == vec4(0.1,0.2,0.3,0.4))
|
||||
discard;
|
||||
|
||||
Reference in New Issue
Block a user