diff options
| author | HampusM <hampus@hampusmat.com> | 2026-08-29 18:43:48 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-08-29 18:43:48 +0200 |
| commit | f6f723ed3ed9e72cbd0cad9dddb3ba2f23ece82c (patch) | |
| tree | 29b3a3e3e9c3ece9722664f4a887fb00a2d5594e /opengl-bindings/src/lib.rs | |
| parent | be94cec078e86e643f52f0f3041a98b36e43ec8b (diff) | |
feat(opengl-bindings): add framebuffer object support
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 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; |
