[Bf-blender-cvs] [af4e62a0205] master: Cleanup: Remove duplicate declaration in GPU capabilities

Hans Goudey noreply at git.blender.org
Fri Sep 2 00:03:23 CEST 2022


Commit: af4e62a0205e6bd566ab453fa706d2e2de9686e7
Author: Hans Goudey
Date:   Thu Sep 1 16:57:17 2022 -0500
Branches: master
https://developer.blender.org/rBaf4e62a0205e6bd566ab453fa706d2e2de9686e7

Cleanup: Remove duplicate declaration in GPU capabilities

===================================================================

M	source/blender/gpu/GPU_capabilities.h

===================================================================

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);



More information about the Bf-blender-cvs mailing list