big rendering overhaul (cleaning and api abstraction)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user