First Commit
This commit is contained in:
10
externals/glslang/Test/depthOut.frag
vendored
Normal file
10
externals/glslang/Test/depthOut.frag
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
#version 130
|
||||
|
||||
varying vec4 Color;
|
||||
varying float Depth;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragDepth = Depth;
|
||||
gl_FragColor = Color;
|
||||
}
|
||||
Reference in New Issue
Block a user