chill out cubemaps
[carveJwlIkooP6JGAAIwe30JlM.git] / shaders / routeui.h
index 00d54fc0329b3a0e29c7d7b8ef36791e147ec0f6..9e571aba42ede7dcb32a8a6c7d06dc8bbf45d9e9 100644 (file)
@@ -7,6 +7,7 @@ static struct vg_shader _shader_routeui = {
    .link = shader_routeui_link,
    .vs = 
 {
+.orig_file = "shaders/routeui.vs",
 .static_src = 
 "layout (location=0) in vec2 a_co;\n"
 "\n"
@@ -20,6 +21,7 @@ static struct vg_shader _shader_routeui = {
 ""},
    .fs = 
 {
+.orig_file = "shaders/routeui.fs",
 .static_src = 
 "out vec4 FragColor;\n"
 "\n"