X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_render.h;h=e04a6bb85455da4aaebecc7b71bc5cccf175705a;hb=16f58e6b8d79762919000b9ae8266ad55a01a870;hp=09ecc19e4ce9241eca46edcf04ab43df6cd406a3;hpb=e126d5b471eb17ec9e0f0391cc7488b45f213b0d;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;