summaryrefslogtreecommitdiff
path: root/tests/python_build/fixtures/rd_glsl/compute.glsl
blob: 66fbbeb4018db086097514bfe2978bc5e593345b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#[compute]

#version 450

#VERSION_DEFINES

#define BLOCK_SIZE 8

#include "_included.glsl"

void main() {
	uint t = BLOCK_SIZE + 1;
}