]> isoptera.lcsc.edu Git - example_engine/.git/commitdiff
Removed GBLEN from main.cpp
authorSeth Long <sslong@lcsc.edu>
Thu, 17 Oct 2024 06:11:36 +0000 (23:11 -0700)
committerSeth Long <sslong@lcsc.edu>
Thu, 17 Oct 2024 06:11:36 +0000 (23:11 -0700)
main.cpp

index 973b7b4591e6b5ba80480098c0cf0cfd8320e83a..8e73937a271f614073276a6229e9271d7d5d5e49 100644 (file)
--- 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;