summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--c2.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/c2.cpp b/c2.cpp
index 2832131..d5b262a 100644
--- a/c2.cpp
+++ b/c2.cpp
@@ -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();