summaryrefslogtreecommitdiff
path: root/opengl-bindings/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-03-20 14:02:32 +0100
committerHampusM <hampus@hampusmat.com>2026-03-20 14:02:32 +0100
commit9a442786c45ce05b4dc42cb07b654eac7671b35d (patch)
tree17d7c1d621bd1ade338158fb47d73d1c16075a20 /opengl-bindings/Cargo.toml
parenteca5ed3d7f6344eebbbf34cc10ef72c6a312fa43 (diff)
feat(opengl-bindings): add Buffer bind_to_indexed_target fn
Diffstat (limited to 'opengl-bindings/Cargo.toml')
-rw-r--r--opengl-bindings/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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"
]