dawn-cmake/test/tint/bug/chromium/1381883.wgsl

6 lines
61 B
WebGPU Shading Language

const C = 2;
@fragment
fn main(@location(C) none : f32) {
}