diff options
Diffstat (limited to 'video.hpp')
-rw-r--r-- | video.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |