Crafter.Build/tests/ShaderDep/inner/lib/ui-shared.glsl

8 lines
108 B
Text
Raw Normal View History

2026-05-02 21:08:51 +02:00
#ifndef UI_SHARED_GLSL
#define UI_SHARED_GLSL
vec3 ui_color() {
return vec3(0.25, 0.5, 1.0);
}
#endif