First Commit
This commit is contained in:
8
externals/glslang/Test/hlsl.deadFunctionMissingBody.vert
vendored
Normal file
8
externals/glslang/Test/hlsl.deadFunctionMissingBody.vert
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
float4 main(): SV_Target0 { return 0; }
|
||||
struct Surface { float3 albedo; };
|
||||
Surface surfaceShader(float fade);
|
||||
Surface surfaceShaderExec()
|
||||
{
|
||||
float fade = 0;
|
||||
return surfaceShader(0);
|
||||
}
|
||||
Reference in New Issue
Block a user