X-Git-Url: https://harrygodden.com/git/?p=vg.git;a=blobdiff_plain;f=vg_imgui.c;fp=vg_imgui.c;h=21936cca44b9315aca8e2516027cda3b6fa6346c;hp=25104044dfa25b6604009d95112b5c1089ba7084;hb=7108996fc9e1baebc3b3f09e950ce08487f9d5a6;hpb=3b14f3dcd5bf9dd3c85144f2123d667bfa4bb63f diff --git a/vg_imgui.c b/vg_imgui.c index 2510404..21936cc 100644 --- a/vg_imgui.c +++ b/vg_imgui.c @@ -89,7 +89,6 @@ struct vg_imgui vg_ui = { static struct vg_shader _shader_ui ={ .name = "[vg] ui - transparent", - .link = NULL, .vs = { .orig_file = NULL, .static_src = @@ -159,7 +158,6 @@ static struct vg_shader _shader_ui ={ static struct vg_shader _shader_ui_image = { .name = "[vg] ui_image", - .link = NULL, .vs = { .orig_file = NULL, @@ -204,7 +202,6 @@ static struct vg_shader _shader_ui_image = { static struct vg_shader _shader_ui_hsv = { .name = "[vg] ui_hsv", - .link = NULL, .vs = { .orig_file = NULL, .static_src =