X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_render.h;h=d71b44e448fedbbe70dbdf463579f60717585008;hb=1d06671f87a9d24596fc6808d8e0db889a818750;hp=dee421694c5031ea88815c79c7998dc9eeb8efc9;hpb=c2b59441df0383807ba093295af2e4400e552f39;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_render.h b/world_render.h index dee4216..d71b44e 100644 --- a/world_render.h +++ b/world_render.h @@ -73,7 +73,7 @@ VG_STATIC void world_bind_light_index( world_instance *world, int slot ); VG_STATIC void render_world_position( world_instance *world, camera *cam ); VG_STATIC void render_world_depth( world_instance *world, camera *cam ); -VG_STATIC void render_world( world_instance *world, camera *cam, +VG_STATIC void render_world( world_instance *world, camera *cam, int layer_depth ); VG_STATIC void render_world_cubemaps( world_instance *world );