diff options
author | quou <quou@disroot.org> | 2024-12-30 12:44:28 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-12-30 14:11:22 +1100 |
commit | e8baea58dd5c92b62c4eef1b5c1ca9648f44e7d7 (patch) | |
tree | e0e9685b8ae53e7984258965b8ad486d1781c8a3 /video.hpp | |
parent | 90eed5c3684a6dd751afc2bcb7ae0ac919c143a8 (diff) |
ui renderer clipping
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 && |