much improve
[carveJwlIkooP6JGAAIwe30JlM.git] / shaders / gpos.h
index d140abbf36a45208faa2b9733aabc657000e47c0..87b5843ba0c098bc4d417fbdb2ebaa1fe4716778 100644 (file)
@@ -7,7 +7,7 @@ static struct vg_shader _shader_gpos = {
    .link = shader_gpos_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_gpos = {
 ""},
    .fs = 
 {
-.orig_file = "../shaders/gpos.fs",
+.orig_file = "../../shaders/gpos.fs",
 .static_src = 
 "out vec4 FragColor;\n"
 "\n"