From 038aead236e77f41e6d229510a5e25741a6815c6 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 28 May 2026 19:56:43 +0200 Subject: refactor(opengl-bindings): remove CurrentContextWithFns --- opengl-bindings/src/blending.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opengl-bindings/src/blending.rs') diff --git a/opengl-bindings/src/blending.rs b/opengl-bindings/src/blending.rs index 5e8c1ef..a855c2a 100644 --- a/opengl-bindings/src/blending.rs +++ b/opengl-bindings/src/blending.rs @@ -1,7 +1,7 @@ -use crate::CurrentContextWithFns; +use crate::MaybeCurrentContextWithFns; pub fn configure( - current_context: &CurrentContextWithFns<'_>, + current_context: &MaybeCurrentContextWithFns, configuration: Configuration, ) { -- cgit v1.2.3-18-g5258