summaryrefslogtreecommitdiff
path: root/opengl-bindings/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-09-12 12:47:11 +0200
committerHampusM <hampus@hampusmat.com>2026-09-12 12:47:11 +0200
commit177abc8fed26f2c9c04622e94fa7271629c78396 (patch)
treee35872f099533a57239384750b65e44d994e1e46 /opengl-bindings/Cargo.toml
parentde530482a01828c065801bf1bc18617108b7ae40 (diff)
feat(opengl-bindings): add fn to set texture border values
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 f2f57a7..f9965e6 100644
--- a/opengl-bindings/Cargo.toml
+++ b/opengl-bindings/Cargo.toml
@@ -36,6 +36,7 @@ gl_commands = [
"DeleteTextures",
"GenerateTextureMipmap",
"TextureParameteri",
+ "TextureParameterfv",
"CreateTextures",
"BindTextureUnit",
"DeleteShader",