diff --git a/gfx/shader_parse.h b/gfx/shader_parse.h index a3bbdca8a9..09168d7460 100644 --- a/gfx/shader_parse.h +++ b/gfx/shader_parse.h @@ -56,11 +56,7 @@ struct gfx_shader_pass union { char cg[PATH_MAX]; - struct - { - char vertex[PATH_MAX]; - char fragment[PATH_MAX]; - } glsl; + // Can allow for more types later. } source; struct gfx_fbo_scale fbo;