hamncheese/godot/tests/python_build/fixtures/glsl/compute.glsl
2023-08-26 15:59:57 -05:00

12 lines
124 B
GLSL

#[compute]
#version 450
#VERSION_DEFINES
#include "_included.glsl"
void main() {
vec3 static_light = vec3(0, 1, 0);
}