dawn-cmake/test/bug/tint/1064.wgsl.expected.glsl

24 lines
248 B
GLSL

#version 310 es
precision mediump float;
void tint_symbol() {
while (true) {
if (false) {
} else {
break;
}
{
if (true) {
} else {
break;
}
}
}
return;
}
void main() {
tint_symbol();
}