From af4e62a0205e6bd566ab453fa706d2e2de9686e7 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Thu, 1 Sep 2022 16:57:17 -0500 Subject: [PATCH] Cleanup: Remove duplicate declaration in GPU capabilities --- source/blender/gpu/GPU_capabilities.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source/blender/gpu/GPU_capabilities.h b/source/blender/gpu/GPU_capabilities.h index 91cf14dc792..61c60f336e1 100644 --- a/source/blender/gpu/GPU_capabilities.h +++ b/source/blender/gpu/GPU_capabilities.h @@ -30,7 +30,6 @@ int GPU_max_batch_indices(void); int GPU_max_batch_vertices(void); int GPU_max_vertex_attribs(void); int GPU_max_varying_floats(void); -int GPU_max_samplers(void); int GPU_max_shader_storage_buffer_bindings(void); int GPU_max_compute_shader_storage_blocks(void); int GPU_max_samplers(void);