#ifndef UI_SHARED_GLSL #define UI_SHARED_GLSL vec3 ui_color() { return vec3(0.25, 0.5, 1.0); } #endif