summaryrefslogtreecommitdiff
path: root/opengl-bindings/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-08-04 21:07:57 +0200
committerHampusM <hampus@hampusmat.com>2026-08-06 18:10:56 +0200
commitf37d8409bff69e86b761cae5e9f0387e3d9708a5 (patch)
tree3e026b89a3e5bf15fe4bb1c448f105536dd633a7 /opengl-bindings/Cargo.toml
parent6f683a66582dd543b957216b466c07dc64d5b9a7 (diff)
feat(opengl-bindings): add support for cubemap textures
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 f2252a7..cabbf90 100644
--- a/opengl-bindings/Cargo.toml
+++ b/opengl-bindings/Cargo.toml
@@ -31,6 +31,7 @@ gl_commands = [
"BindVertexArray",
"TextureStorage2D",
"TextureSubImage2D",
+ "TextureSubImage3D",
"DeleteTextures",
"GenerateTextureMipmap",
"TextureParameteri",