compute.glsl 135 B

1234567891011121314
  1. #[compute]
  2. #version 450
  3. #VERSION_DEFINES
  4. #define BLOCK_SIZE 8
  5. #include "_included.glsl"
  6. void main() {
  7. uint t = BLOCK_SIZE + 1;
  8. }