X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_render.h;h=d71b44e448fedbbe70dbdf463579f60717585008;hb=6190deb68aa1c9e92ede62ea05c2a755bf5516de;hp=dee421694c5031ea88815c79c7998dc9eeb8efc9;hpb=296560179b19451468030f202b17492b1c71b9d0;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 );