summaryrefslogtreecommitdiff
path: root/opengl-bindings/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-08-11 12:34:54 +0200
committerHampusM <hampus@hampusmat.com>2026-08-11 12:34:54 +0200
commit8a62f8c8737d59df11a9627fc031248ddbf3fe6c (patch)
tree143fcc0a7b5b258a7bc6224b879fdea3a4489b29 /opengl-bindings/Cargo.toml
parent4860c458078f714df46e683944735645f9d73618 (diff)
feat(opengl-bindings): add fn to disable a vertex array attribute
Diffstat (limited to 'opengl-bindings/Cargo.toml')
-rw-r--r--opengl-bindings/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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",