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

16 lines
148 B
Plaintext
Raw Normal View History

#version 310 es
precision highp float;
ivec4 g() {
return ivec4(0);
}
void tint_symbol() {
g();
}
void main() {
tint_symbol();
return;
}