blob: c11ab9b2222d4d53ddbb1d7c8d4f31d310760f72 [file] [log] [blame]
#version 310 es
struct Buffer {
uint data;
};
layout(binding = 0, std430)
buffer tint_symbol_block_1_ssbo {
Buffer inner;
} v;
void tint_symbol_1() {
v.inner.data = (v.inner.data + 1u);
}
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
void main() {
}