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