big rendering overhaul (cleaning and api abstraction)

This commit is contained in:
veclavtalica
2025-01-14 23:20:54 +03:00
parent b7cb37c06a
commit 5059802d09
25 changed files with 290 additions and 424 deletions

View File

@ -21,8 +21,6 @@ void render_skybox(void) {
if (!paths_in_use)
return;
use_space_pipeline();
/* note: ownership of 'paths_in_use' goes there */
DeferredCommand command = {
.type = DEFERRED_COMMAND_TYPE_DRAW_SKYBOX,