Sign in
flutter
/
third_party
/
glslang
/
refs/heads/flutter-ce138e
/
.
/
Test
/
hlsl.swizzle.vec1.comp
blob: 1ee454cc7393f6fc2db42a042354bf4e1a6b65bd [
file
] [
edit
]
void
main
()
{
float1 f1
;
f1
.
x
=
0.5
;
// This is not implemented
// f1.xx = float2(0.6, 0.7);
}