mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
11 lines
123 B
GLSL
11 lines
123 B
GLSL
#[compute]
|
|
|
|
#version 450
|
|
|
|
#VERSION_DEFINES
|
|
|
|
#include "_included.glsl"
|
|
|
|
void main() {
|
|
vec3 static_light = vec3(0, 1, 0);
|
|
}
|