dawn-cmake/test/tint/access/let/vector.spvasm.expected.glsl

19 lines
281 B
GLSL

#version 310 es
void main_1() {
float x_11 = 2.0f;
vec2 x_13 = vec2(1.0f, 3.0f);
vec3 x_14 = vec3(1.0f, 3.0f, 2.0f);
return;
}
void tint_symbol() {
main_1();
}
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
void main() {
tint_symbol();
return;
}