DEBSOURCES
Skip Quicknav
sources / glslang / 16.2.0-2 / Test / hlsl.swizzle.vec1.comp
12345678
void main() { float1 f1; f1.x = 0.5; // This is not implemented // f1.xx = float2(0.6, 0.7); }