From e84df7801ece125a39b15f413c5f75d4634d1957 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 27 Jan 2024 23:53:32 -0600 Subject: [PATCH] [glutils] Add ProgramSource::vboLen --- deps/glutils/include/glutils/glutils.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/glutils/include/glutils/glutils.hpp b/deps/glutils/include/glutils/glutils.hpp index da55cfa4..bbeac254 100644 --- a/deps/glutils/include/glutils/glutils.hpp +++ b/deps/glutils/include/glutils/glutils.hpp @@ -164,6 +164,7 @@ struct ProgramSource { } return len; }(); + GLsizei const vboLen = rowLen * 4; ox::String const vertShader{}; ox::String const fragShader{}; ox::String const geomShader{};