_shading_language_packing) return unpackSnorm2x16(u); #else uint y = (u >> 16); uint x = u; return vec2(fromSnorm(x), fromSnorm(y)); #endif }