From e8baea58dd5c92b62c4eef1b5c1ca9648f44e7d7 Mon Sep 17 00:00:00 2001 From: quou Date: Mon, 30 Dec 2024 12:44:28 +1100 Subject: ui renderer clipping --- video.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video.hpp') 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 && -- cgit v1.2.3-54-g00ecf