First Commit
This commit is contained in:
6
externals/glslang/Test/spv.glFragColor.frag
vendored
Normal file
6
externals/glslang/Test/spv.glFragColor.frag
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
#version 330
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = vec4(1.0);
|
||||
}
|
||||
Reference in New Issue
Block a user