glslang/Test/hlsl.intrinsics.d3dcolortoubyte4.frag
2017-01-03 14:42:18 -07:00

8 lines
87 B
GLSL

uniform float4 col4;
int4 main() : SV_Target0
{
return D3DCOLORtoUBYTE4(col4);
}