First Commit
This commit is contained in:
9
externals/glslang/Test/hlsl.void.frag
vendored
Normal file
9
externals/glslang/Test/hlsl.void.frag
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
void foo1() {}
|
||||
void foo2(void) {}
|
||||
|
||||
void PixelShaderFunction(float4 input) : COLOR0
|
||||
{
|
||||
foo1();
|
||||
foo2();
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user