Tests: Add usage and tests for previous commit.

This commit is contained in:
John Kessenich
2018-04-17 17:44:11 -06:00
parent fccbb8b40a
commit 2ead40ffa8
6 changed files with 60 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
void main(out float4 fragColor : SV_TARGET0)
{
fragColor = 1;
}