Skip to content

Commit

Permalink
removed: render_pass_args_t
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoyvwac committed Dec 28, 2022
1 parent cad0640 commit 8d6aec4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/sandbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1743,11 +1743,6 @@ void print_buffers_text(const vera::Fbo& uniforms_buffer, size_t i, const std::s
}

namespace render_pass_actions {
struct render_pass_args_t {
const vera::Fbo* const fbo;
const BuffersList* const fbolist;
};

void do_pass_scene(const std::string& prompt_id, Uniforms& uniforms, const vera::Fbo& fbo, render_ui_t& uio) {
if (uniforms.functions[prompt_id].present) { print_fbo_text(fbo, prompt_id, uio); }
}
Expand Down

0 comments on commit 8d6aec4

Please sign in to comment.