diff options
| author | HampusM <hampus@hampusmat.com> | 2026-05-28 19:56:43 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-05-28 19:56:43 +0200 |
| commit | 038aead236e77f41e6d229510a5e25741a6815c6 (patch) | |
| tree | fe50c328568f656e3528bef56b550b6b836c7102 /opengl-bindings/src/blending.rs | |
| parent | aba4f418af2e514c78fe06a1c98949670eaeacd9 (diff) | |
refactor(opengl-bindings): remove CurrentContextWithFns
Diffstat (limited to 'opengl-bindings/src/blending.rs')
| -rw-r--r-- | opengl-bindings/src/blending.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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, ) { |
