diff options
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(); |