summaryrefslogtreecommitdiff
path: root/opengl-bindings/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-04-18 13:30:32 +0200
committerHampusM <hampus@hampusmat.com>2026-04-18 13:30:32 +0200
commit75558d144ca8c91ed5e87358d935b2c36eb29d7b (patch)
tree748847bc8a5b6569b2a5901f3a08587a319358d3 /opengl-bindings/Cargo.toml
parent770b64cb98c7e52d2ed3f75b817aaed5502461ab (diff)
feat(opengl-bindings): add scissor testing
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 b6eadba..ae51a34 100644
--- a/opengl-bindings/Cargo.toml
+++ b/opengl-bindings/Cargo.toml
@@ -66,5 +66,6 @@ gl_commands = [
"DeleteBuffers",
"BindBufferBase",
"BlendFunc",
- "BlendEquation"
+ "BlendEquation",
+ "Scissor"
]