null
[carveJwlIkooP6JGAAIwe30JlM.git] / shaders / blitcolour.h
index 68880e3e89e24e862939295d569fcb899f8d5646..3d5dd5ed83c0ea9563b328420b3c9f125a4733da 100644 (file)
@@ -7,6 +7,7 @@ static struct vg_shader _shader_blitcolour = {
    .link = shader_blitcolour_link,
    .vs = 
 {
+.orig_file = "shaders/blit.vs",
 .static_src = 
 "layout (location=0) in vec2 a_co;\n"
 "out vec2 aUv;\n"
@@ -19,6 +20,7 @@ static struct vg_shader _shader_blitcolour = {
 ""},
    .fs = 
 {
+.orig_file = "shaders/colour.fs",
 .static_src = 
 "out vec4 FragColor;\n"
 "uniform vec4 uColour;\n"