dawn-cmake/test/tint/out_of_order_decls/func/const.wgsl.expected.glsl

11 lines
89 B
GLSL

#version 310 es
precision mediump float;
void f() {
}
void main() {
f();
return;
}