Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update to pass sanity_check
  • Loading branch information
ZzzhHe authored and heinezen committed May 14, 2025
commit 720f07541459016dad8f6cc0d7893655e991c1e0
7 changes: 4 additions & 3 deletions libopenage/renderer/demo/demo_7.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// demo_shader_commands.h
#pragma once
// Copyright 2025-2025 the openage authors. See copying.md for legal info.

#include "demo_7.h"

#include "util/path.h"

Expand Down Expand Up @@ -103,4 +104,4 @@ void renderer_demo_7(const util::Path &path) {
}
}

} // namespace openage::renderer::tests
} // namespace openage::renderer::tests
2 changes: 1 addition & 1 deletion libopenage/renderer/stages/world/render_stage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,4 @@ void WorldRenderStage::initialize_render_pass_with_shader_commands(size_t width,
this->render_pass = this->renderer->add_render_pass({}, fbo);
}

} // namespace openage::renderer::world
} // namespace openage::renderer::world
2 changes: 1 addition & 1 deletion libopenage/renderer/stages/world/render_stage.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,4 @@ class WorldRenderStage {
};
} // namespace world
} // namespace renderer
} // namespace openage
} // namespace openage