Add EOpD3DCOLORtoUBYTE4 decomposition

This commit is contained in:
steve-lunarg
2017-01-03 14:42:18 -07:00
parent affc26674d
commit 7ea7ff4cd4
7 changed files with 174 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
uniform float4 col4;
int4 main() : SV_Target0
{
return D3DCOLORtoUBYTE4(col4);
}