summaryrefslogtreecommitdiff
path: root/opengl-bindings/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-03-29 21:12:30 +0200
committerHampusM <hampus@hampusmat.com>2026-03-29 21:12:30 +0200
commitf13ff0ad6a7581cd99fb00797f4492de3525ace4 (patch)
tree76d167187d35818aad54f915b93d0a41441d91ca /opengl-bindings/Cargo.toml
parent9323b9724dce4021745c14763c6ff12fabc40bad (diff)
feat(opengl-bindings): add VertexArray::draw_elements vertex offset param
Diffstat (limited to 'opengl-bindings/Cargo.toml')
-rw-r--r--opengl-bindings/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl-bindings/Cargo.toml b/opengl-bindings/Cargo.toml
index b21cd74..a2f7ade 100644
--- a/opengl-bindings/Cargo.toml
+++ b/opengl-bindings/Cargo.toml
@@ -22,7 +22,7 @@ gl_commands = [
"NamedBufferSubData",
"CreateVertexArrays",
"DrawArrays",
- "DrawElements",
+ "DrawElementsBaseVertex",
"VertexArrayElementBuffer",
"VertexArrayVertexBuffer",
"EnableVertexArrayAttrib",