2 lines
71 B
Plaintext
2 lines
71 B
Plaintext
#version 450 core
|
|
layout(local_size_x = 0) in; // ERROR, 0 not allowed |
#version 450 core
|
|
layout(local_size_x = 0) in; // ERROR, 0 not allowed |