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

#version 450

#VERSION_DEFINES


#include "_included.glsl"

void main() {
	vec3 static_light = vec3(0, 1, 0);
}