blob: d8529c9942c824a998d49d9f8547d0f11b349b54 [file] [log] [blame]
#version 310 es
precision mediump float;
struct u_block {
mat3x2 inner;
};
layout(binding = 0) uniform u_block_1 {
mat3x2 inner;
} u;
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
void tint_symbol() {
mat3x2 x = u.inner;
return;
}
void main() {
tint_symbol();
}