diff options
author | quou <quou@disroot.org> | 2025-03-10 14:08:57 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-03-10 14:09:08 +1100 |
commit | f1e8cfc70fd6c2d4a1b67d8cf2ecdefb65206fe9 (patch) | |
tree | 4c6e99d8c8928f7c6b14b6347134aab417016583 /renderer.hpp | |
parent | a7ef36bc519dff1700048ba8f21658daa138a81a (diff) |
sort the forward drawlist front-to-back
Diffstat (limited to 'renderer.hpp')
-rw-r--r-- | renderer.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/renderer.hpp b/renderer.hpp index 6bfe551..a76afa9 100644 --- a/renderer.hpp +++ b/renderer.hpp @@ -30,6 +30,7 @@ struct Drawlist { Render_Pass& pass, void (*overrider)(Pipeline_Builder&) ); + void sort(const Renderer& r); }; struct Renderer { |