From a0afe4bf8c011222b85c481ae209b09f75189858 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sat, 10 Mar 2018 13:55:50 +0100 Subject: Reduce buffer size by a factor of 2 (image is symmetric) --- BuddhaTest/src/BuddhaTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BuddhaTest/src/BuddhaTest.cpp') diff --git a/BuddhaTest/src/BuddhaTest.cpp b/BuddhaTest/src/BuddhaTest.cpp index 09a3cf1..f23fc5d 100644 --- a/BuddhaTest/src/BuddhaTest.cpp +++ b/BuddhaTest/src/BuddhaTest.cpp @@ -12,7 +12,7 @@ void error_callback(int error, const char* description) int main() { unsigned int bufferWidth = 1600; - unsigned int bufferHeight = 900; + unsigned int bufferHeight = 450; unsigned int windowWidth = 1600; unsigned int windowHeight = 900; -- cgit v1.2.3