First Commit
This commit is contained in:
6
externals/glslang/Test/compoundsuffix.frag.hlsl
vendored
Normal file
6
externals/glslang/Test/compoundsuffix.frag.hlsl
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
void main(out float4 fragColor : SV_TARGET0)
|
||||
{
|
||||
fragColor = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user