From b1bf0a58f6cbd2f370e35dce04cd443aed3fc49e Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 10 Jun 2025 13:57:23 -0400 Subject: [PATCH] continuing work on vbos --- .idea/editor.xml | 3 +++ CMakeLists.txt | 2 +- include/vao.h | 63 +++++++++++++++++++++++++++++++++++++++++++++++- include/vbo.h | 32 +++++++++++++++++++----- src/vao.cpp | 45 +++++++++++++++++++++++++++++++++- src/vbo.cpp | 25 ++++++++++++++++++- 6 files changed, 160 insertions(+), 10 deletions(-) diff --git a/.idea/editor.xml b/.idea/editor.xml index 5bf27ce..907ea1b 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -283,8 +283,11 @@