X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_render.h;h=e04a6bb85455da4aaebecc7b71bc5cccf175705a;hb=cca3ca3a92572c77f34a99ffa2f3d9a69d029000;hp=09ecc19e4ce9241eca46edcf04ab43df6cd406a3;hpb=4fa1c611e0af4c32cdcc891f8c511217a2762d65;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_render.h b/world_render.h index 09ecc19..e04a6bb 100644 --- a/world_render.h +++ b/world_render.h @@ -48,9 +48,6 @@ VG_STATIC void world_render_init(void) fb->fixed_h = 1024; fb->resolution_div = 0; - /* TODO: We could get away with this being R16u, and just have it be - * a normed value between min and max of the bounding box Y */ - fb->attachments[0].display_name = NULL; fb->attachments[0].purpose = k_framebuffer_attachment_type_colour; fb->attachments[0].internalformat = GL_RG16F;