14 lines
135 B
Plaintext
14 lines
135 B
Plaintext
|
#[compute]
|
||
|
|
||
|
#version 450
|
||
|
|
||
|
#VERSION_DEFINES
|
||
|
|
||
|
#define BLOCK_SIZE 8
|
||
|
|
||
|
#include "_included.glsl"
|
||
|
|
||
|
void main() {
|
||
|
uint t = BLOCK_SIZE + 1;
|
||
|
}
|