diff options
| author | HampusM <hampus@hampusmat.com> | 2026-04-18 13:30:32 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-04-18 13:30:32 +0200 |
| commit | 75558d144ca8c91ed5e87358d935b2c36eb29d7b (patch) | |
| tree | 748847bc8a5b6569b2a5901f3a08587a319358d3 /opengl-bindings/Cargo.toml | |
| parent | 770b64cb98c7e52d2ed3f75b817aaed5502461ab (diff) | |
feat(opengl-bindings): add scissor testing
Diffstat (limited to 'opengl-bindings/Cargo.toml')
| -rw-r--r-- | opengl-bindings/Cargo.toml | 3 |
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" ] |
