Sign in
fuchsia
/
third_party
/
glslang
/
e0932f676db6e816184376b0e2381344bdfe1a39
/
.
/
Test
/
hlsl.intrinsics.d3dcolortoubyte4.frag
blob: 295374fb7843c2c777258767233e0d2c4a6b647a [
file
]
uniform float4 col4
;
int4 main
()
:
SV_Target0
{
return
D3DCOLORtoUBYTE4
(
col4
);
}