dawn-cmake/test/statements/assign/phony/storage_buffer.wgsl.expecte...

21 lines
247 B
Plaintext
Raw Normal View History

#version 310 es
precision mediump float;
struct S {
int i;
};
layout(binding = 0) buffer S_1 {
int i;
} s;
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
void tint_symbol() {
return;
}
void main() {
tint_symbol();
}