From: Seth Long Date: Thu, 17 Oct 2024 06:11:36 +0000 (-0700) Subject: Removed GBLEN from main.cpp X-Git-Url: https://isoptera.lcsc.edu/gitweb/?a=commitdiff_plain;h=15ffa3404a38b185d8ce691ddf8b5c46f7178be6;p=example_engine%2F.git Removed GBLEN from main.cpp --- diff --git a/main.cpp b/main.cpp index 973b7b4..8e73937 100644 --- a/main.cpp +++ b/main.cpp @@ -17,10 +17,6 @@ std::mutex grand_mutex; float height = 1550; float width = 2600; -// Will be used for a lot of stuff throughout the demo -// NOTE: general_buffer is NOT thread safe. Don't try to load shaders in parallel! -// NOTE on the NOTE: You probably shouldn't do that anyway! -#define GBLEN (1024*32) /* Global section */ int time_resolution = 10; int framecount = 0;