From e871a823ed9814b3c2551c617ebd360fa2296510 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 30 Mar 2026 21:26:24 +0200 Subject: feat(opengl-bindings): add configuring blending --- opengl-bindings/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'opengl-bindings/Cargo.toml') 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" ] -- cgit v1.2.3-18-g5258