X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=world_render.h;h=ac0a0f2a82160b1e9e5e8e1d5ff98cc854031a27;hb=b405845ac2cc8eb8e227eb5785f48f5dde9b0f26;hp=a28221fb2af9717ce4f9ba6a79cfe123b4685e4e;hpb=3749ad2919d75b87c73deb2e8fe7e505cbdcf739;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_render.h b/world_render.h index a28221f..ac0a0f2 100644 --- a/world_render.h +++ b/world_render.h @@ -77,5 +77,6 @@ static void render_world_depth( world_instance *world, camera *cam ); static void render_world( world_instance *world, camera *cam, int layer_depth ); static void render_world_cubemaps( world_instance *world ); +static void bind_terrain_noise(void); #endif /* WORLD_RENDER_H */