dawn-cmake/test/tint/bug/tint/1731.wgsl

5 lines
71 B
WebGPU Shading Language

fn g() {
const a = vec3(vec3(1, 2, 3));
const b = a.x << 40;
}