dawn-cmake/test/var/initialization/private/struct.wgsl.expected.glsl

20 lines
229 B
GLSL

#version 310 es
precision mediump float;
struct S {
int a;
float b;
};
S v = S(0, 0.0f);
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
void tint_symbol() {
return;
}
void main() {
tint_symbol();
}