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