From 8a62f8c8737d59df11a9627fc031248ddbf3fe6c Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 11 Aug 2026 12:34:54 +0200 Subject: feat(opengl-bindings): add fn to disable a vertex array attribute --- opengl-bindings/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'opengl-bindings/Cargo.toml') diff --git a/opengl-bindings/Cargo.toml b/opengl-bindings/Cargo.toml index cabbf90..081dd92 100644 --- a/opengl-bindings/Cargo.toml +++ b/opengl-bindings/Cargo.toml @@ -26,6 +26,7 @@ gl_commands = [ "VertexArrayElementBuffer", "VertexArrayVertexBuffer", "EnableVertexArrayAttrib", + "DisableVertexArrayAttrib", "VertexArrayAttribFormat", "VertexArrayAttribBinding", "BindVertexArray", -- cgit v1.2.3-18-g5258