Tests: Add a set of gtest-file-based HLSL tests.
This commit is contained in:
parent
e0a24778dd
commit
e5f29393da
13 changed files with 537 additions and 1 deletions
4
Test/hlsl.max.frag
Normal file
4
Test/hlsl.max.frag
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
float4 PixelShaderFunction(float4 input1, float4 input2) : COLOR0
|
||||
{
|
||||
return max(input1, input2);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue