Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-09-02 00:57:17 +0300
committerHans Goudey <h.goudey@me.com>2022-09-02 00:57:17 +0300
commitaf4e62a0205e6bd566ab453fa706d2e2de9686e7 (patch)
treea954a650055424f75fee6c63fc9756424752df8e /source/blender/gpu
parentcc8ea6ac67a108fcb96e4a8373ac02faf9ccea3d (diff)
Cleanup: Remove duplicate declaration in GPU capabilities
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/GPU_capabilities.h1
1 files changed, 0 insertions, 1 deletions
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);