diff options
author | HampusM <hampus@hampusmat.com> | 2024-04-14 14:33:44 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-04-15 22:07:42 +0200 |
commit | 97bb50d42d7c1f475bf63861449a2162f665be26 (patch) | |
tree | b25091d4ab06b60863b4ea1bf08f1ef36ad083a6 /engine/src/opengl/mod.rs | |
parent | 73c5bb19e7274b3e4048f70a19a7b9a2d361bfa1 (diff) |
refactor(engine): use OpenGL DSA functions
Diffstat (limited to 'engine/src/opengl/mod.rs')
-rw-r--r-- | engine/src/opengl/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/src/opengl/mod.rs b/engine/src/opengl/mod.rs index 6898c49..edf6372 100644 --- a/engine/src/opengl/mod.rs +++ b/engine/src/opengl/mod.rs @@ -4,7 +4,6 @@ use crate::data_types::dimens::Dimens; use crate::vector::Vec2; pub mod buffer; -pub mod currently_bound; pub mod shader; pub mod texture; pub mod vertex_array; |