From f6f723ed3ed9e72cbd0cad9dddb3ba2f23ece82c Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 29 Aug 2026 18:43:48 +0200 Subject: feat(opengl-bindings): add framebuffer object support --- opengl-bindings/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'opengl-bindings/src/lib.rs') diff --git a/opengl-bindings/src/lib.rs b/opengl-bindings/src/lib.rs index 3dcd61d..3733f44 100644 --- a/opengl-bindings/src/lib.rs +++ b/opengl-bindings/src/lib.rs @@ -11,6 +11,7 @@ pub mod blending; pub mod buffer; pub mod data_types; pub mod debug; +pub mod framebuffer; pub mod misc; pub mod shader; pub mod texture; -- cgit v1.2.3-18-g5258