summaryrefslogtreecommitdiff
path: root/video.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'video.hpp')
-rw-r--r--video.hpp1
1 files changed, 1 insertions, 0 deletions
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);