All checks were successful
CI / build-test-release (push) Successful in 15m14s
8 lines
108 B
GLSL
8 lines
108 B
GLSL
#ifndef UI_SHARED_GLSL
|
|
#define UI_SHARED_GLSL
|
|
|
|
vec3 ui_color() {
|
|
return vec3(0.25, 0.5, 1.0);
|
|
}
|
|
|
|
#endif
|