From 9a442786c45ce05b4dc42cb07b654eac7671b35d Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 20 Mar 2026 14:02:32 +0100 Subject: feat(opengl-bindings): add Buffer bind_to_indexed_target fn --- opengl-bindings/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'opengl-bindings/Cargo.toml') diff --git a/opengl-bindings/Cargo.toml b/opengl-bindings/Cargo.toml index cac3c1e..b21cd74 100644 --- a/opengl-bindings/Cargo.toml +++ b/opengl-bindings/Cargo.toml @@ -63,5 +63,6 @@ gl_commands = [ "DebugMessageCallback", "DebugMessageControl", "DeleteVertexArrays", - "DeleteBuffers" + "DeleteBuffers", + "BindBufferBase" ] -- cgit v1.2.3-18-g5258