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
6
Test/hlsl.float4.frag
Normal file
6
Test/hlsl.float4.frag
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
float4 AmbientColor = float4(1, 0.5, 0, 1);
|
||||
|
||||
float4 ShaderFunction(float4 input) : COLOR0
|
||||
{
|
||||
return input * AmbientColor;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue