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