diff options
author | quou <quou@disroot.org> | 2025-02-13 23:32:28 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-02-13 23:33:54 +1100 |
commit | 2e4ecca19aadc09d5c3d927724f8004b6a0ff0b0 (patch) | |
tree | 156c747452788f5221158f6e2a9151eaeb61b672 /video.hpp | |
parent | 42cd6a572a35c354dc7d7fd390e86e7cff191617 (diff) |
refactoring; prep for shadows
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); |