Tests: Add a set of gtest-file-based HLSL tests.
This commit is contained in:
4
Test/hlsl.sin.frag
Normal file
4
Test/hlsl.sin.frag
Normal file
@@ -0,0 +1,4 @@
|
||||
float4 PixelShaderFunction(float4 input) : COLOR0
|
||||
{
|
||||
return sin(input);
|
||||
}
|
||||
Reference in New Issue
Block a user