summaryrefslogtreecommitdiff
path: root/video.hpp
diff options
context:
space:
mode:
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 &&