summaryrefslogtreecommitdiff
path: root/video.hpp
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-12-30 12:44:28 +1100
committerquou <quou@disroot.org>2024-12-30 14:11:22 +1100
commite8baea58dd5c92b62c4eef1b5c1ca9648f44e7d7 (patch)
treee0e9685b8ae53e7984258965b8ad486d1781c8a3 /video.hpp
parent90eed5c3684a6dd751afc2bcb7ae0ac919c143a8 (diff)
ui renderer clipping
Diffstat (limited to 'video.hpp')
-rw-r--r--video.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/video.hpp b/video.hpp
index 37a7315..2148d8f 100644
--- a/video.hpp
+++ b/video.hpp
@@ -128,6 +128,8 @@ struct Pipeline {
Descriptor descriptors[pipeline_max_descriptors];
int descriptor_count;
+ void hash();
+
bool pipeline_eq(const Pipeline& other) const {
return
shader == other.shader &&