diff options
| author | HampusM <hampus@hampusmat.com> | 2026-03-30 21:26:24 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-03-30 21:26:24 +0200 |
| commit | e871a823ed9814b3c2551c617ebd360fa2296510 (patch) | |
| tree | a021ca5c4c31c61505ce941e5e2aaf0cbd9e40df /opengl-bindings/Cargo.toml | |
| parent | d5bc9ef9070cc9c8feb72823ca9b0e0539a81f2b (diff) | |
feat(opengl-bindings): add configuring blending
Diffstat (limited to 'opengl-bindings/Cargo.toml')
| -rw-r--r-- | opengl-bindings/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/opengl-bindings/Cargo.toml b/opengl-bindings/Cargo.toml index a2f7ade..b6eadba 100644 --- a/opengl-bindings/Cargo.toml +++ b/opengl-bindings/Cargo.toml @@ -64,5 +64,7 @@ gl_commands = [ "DebugMessageControl", "DeleteVertexArrays", "DeleteBuffers", - "BindBufferBase" + "BindBufferBase", + "BlendFunc", + "BlendEquation" ] |
