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