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:
Diffstat (limited to 'source/blender/gpu/opengl/gl_vertex_array.hh')
-rw-r--r--source/blender/gpu/opengl/gl_vertex_array.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/gpu/opengl/gl_vertex_array.hh b/source/blender/gpu/opengl/gl_vertex_array.hh
index 59cd50ad7b8..7037986e31e 100644
--- a/source/blender/gpu/opengl/gl_vertex_array.hh
+++ b/source/blender/gpu/opengl/gl_vertex_array.hh
@@ -38,6 +38,11 @@ void update_bindings(const GLuint vao,
const ShaderInterface *interface,
const int base_instance);
+void update_bindings(const GLuint vao,
+ const uint v_first,
+ const GPUVertFormat *format,
+ const ShaderInterface *interface);
+
} // namespace GLVertArray
} // namespace gpu