much improve
[carveJwlIkooP6JGAAIwe30JlM.git] / shaders / vblend.h
index 53154f6370469c6ccc0518109af339d220d40f98..cc057627036fb630443fd21a8834903a26d92422 100644 (file)
@@ -7,7 +7,7 @@ static struct vg_shader _shader_vblend = {
    .link = shader_vblend_link,
    .vs = 
 {
-.orig_file = "../shaders/standard.vs",
+.orig_file = "../../shaders/standard.vs",
 .static_src = 
 "layout (location=0) in vec3 a_co;\n"
 "layout (location=1) in vec3 a_norm;\n"
@@ -38,7 +38,7 @@ static struct vg_shader _shader_vblend = {
 ""},
    .fs = 
 {
-.orig_file = "../shaders/vblend.fs",
+.orig_file = "../../shaders/vblend.fs",
 .static_src = 
 "out vec4 FragColor;\n"
 "\n"