Sign in
chromium
/
external
/
github.com
/
KhronosGroup
/
glslang
/
HEAD
/
.
/
Test
/
hlsl.swizzle.vec1.comp
blob: 1ee454cc7393f6fc2db42a042354bf4e1a6b65bd [
file
]
void
main
()
{
float1 f1
;
f1
.
x
=
0.5
;
// This is not implemented
// f1.xx = float2(0.6, 0.7);
}