First Commit
This commit is contained in:
13
externals/glslang/Test/spv.noDeadDecorations.vert
vendored
Normal file
13
externals/glslang/Test/spv.noDeadDecorations.vert
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#version 310 es
|
||||
precision mediump float;
|
||||
|
||||
float func(float a)
|
||||
{
|
||||
return -a;
|
||||
a = a * -1.0;
|
||||
}
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_Position.x = func(0.0);
|
||||
}
|
||||
Reference in New Issue
Block a user