summaryrefslogtreecommitdiff
path: root/opengl-bindings/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2025-11-07 13:54:54 +0100
committerHampusM <hampus@hampusmat.com>2025-11-07 13:54:54 +0100
commit262092066834f0bf4848f0cd8a3bc6c851118881 (patch)
treeb2d2019264c01e7eb2fb22908ad163bb67017c6c /opengl-bindings/Cargo.toml
parenta523c4308703c41215c8688c1c9bf1eb3908ddac (diff)
feat(opengl-bindings): add Buffer & VertexArray delete fns
Diffstat (limited to 'opengl-bindings/Cargo.toml')
-rw-r--r--opengl-bindings/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/opengl-bindings/Cargo.toml b/opengl-bindings/Cargo.toml
index 8251642..cac3c1e 100644
--- a/opengl-bindings/Cargo.toml
+++ b/opengl-bindings/Cargo.toml
@@ -61,5 +61,7 @@ gl_commands = [
"Disable",
"GetIntegerv",
"DebugMessageCallback",
- "DebugMessageControl"
+ "DebugMessageControl",
+ "DeleteVertexArrays",
+ "DeleteBuffers"
]