diff options
author | quou <quou@disroot.org> | 2025-02-13 23:38:40 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-02-13 23:38:40 +1100 |
commit | 72cecafc458fef351f9cc4495a006b68ec223a13 (patch) | |
tree | 005920d7e178530fedc4784ee66881af48c317a9 /c2.cpp | |
parent | 2e4ecca19aadc09d5c3d927724f8004b6a0ff0b0 (diff) |
remove unnecessary clear in c2.cpp
Diffstat (limited to 'c2.cpp')
-rw-r--r-- | c2.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -875,10 +875,6 @@ struct C2 : public App { ctx.debug_pop(); pb.begin_rp(); - pb.rp_depth_target(dev->get_depth_target(), 1.0f); - dev->get_ctx().submit(pb.build_rp()); - - pb.begin_rp(); pb.rp_target(hdr_target, Clear_Mode::restore); pb.rp_depth_target(dev->get_depth_target(), Clear_Mode::restore); Render_Pass& sky_pass = pb.build_rp(); |