diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-30 18:11:25 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-30 18:11:25 +0200 |
commit | 3e3d8a179f270a01705491851ad1f4a5da642090 (patch) | |
tree | bd249351f3f22c05036a33a4dd3a3bf662d6a1c9 /include/utils.h | |
parent | 9599834d9cc1c9575792bb5b85de083db3cde6a3 (diff) |
Fix incorrect region for region capture after compute shader change5.3.4
Diffstat (limited to 'include/utils.h')
-rw-r--r-- | include/utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/utils.h b/include/utils.h index 873e6e4..b6f51c1 100644 --- a/include/utils.h +++ b/include/utils.h @@ -50,8 +50,6 @@ drm_connector_type_count* drm_connector_types_get_index(drm_connector_type_count uint32_t monitor_identifier_from_type_and_count(int monitor_type_index, int monitor_type_count); bool gl_get_gpu_info(gsr_egl *egl, gsr_gpu_info *info); -bool version_greater_than(int major, int minor, int patch, int other_major, int other_minor, int other_patch); -bool gl_driver_version_greater_than(const gsr_gpu_info *gpu_info, int major, int minor, int patch); bool try_card_has_valid_plane(const char *card_path); /* |output| should be at least 128 bytes in size */ |