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

12 lines
163 B
GLSL

#version 310 es
precision mediump float;
layout(location = 2) in float none_1;
void tint_symbol(float none) {
}
void main() {
tint_symbol(none_1);
return;
}