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/src/lib.rs | |
| parent | d5bc9ef9070cc9c8feb72823ca9b0e0539a81f2b (diff) | |
feat(opengl-bindings): add configuring blending
Diffstat (limited to 'opengl-bindings/src/lib.rs')
| -rw-r--r-- | opengl-bindings/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opengl-bindings/src/lib.rs b/opengl-bindings/src/lib.rs index 7fd9933..af80e69 100644 --- a/opengl-bindings/src/lib.rs +++ b/opengl-bindings/src/lib.rs @@ -7,6 +7,7 @@ use glutin::display::GetGlDisplay; use glutin::prelude::{GlDisplay, NotCurrentGlContext, PossiblyCurrentGlContext}; use glutin::surface::{Surface, SurfaceTypeTrait}; +pub mod blending; pub mod buffer; pub mod data_types; pub mod debug; |
