Tests: Add usage and tests for previous commit.
This commit is contained in:
parent
fccbb8b40a
commit
2ead40ffa8
6 changed files with 60 additions and 2 deletions
6
Test/compoundsuffix.frag.hlsl
Normal file
6
Test/compoundsuffix.frag.hlsl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
void main(out float4 fragColor : SV_TARGET0)
|
||||
{
|
||||
fragColor = 1;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue