From 2e4ecca19aadc09d5c3d927724f8004b6a0ff0b0 Mon Sep 17 00:00:00 2001 From: quou Date: Thu, 13 Feb 2025 23:32:28 +1100 Subject: refactoring; prep for shadows --- video.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'video.hpp') diff --git a/video.hpp b/video.hpp index b8293fa..3bd756f 100644 --- a/video.hpp +++ b/video.hpp @@ -309,6 +309,7 @@ struct Pipeline_Builder { void validate_rp(); PB& begin(const Render_Pass* p = 0); + PB& begin(const Pipeline_Builder& original); PB& viewport(int x, int y, int w, int h); PB& scissor(int x, int y, int w, int h); PB& depth(bool test, bool write, Depth_Mode mode); -- cgit v1.2.3-54-g00ecf