From a350181f2c15feb072c2edf5d0c41965936f1948 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Wed, 14 Mar 2018 22:39:06 +0100 Subject: First commit with compute pausability --- BuddhaTest/include/Helpers.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BuddhaTest/include') diff --git a/BuddhaTest/include/Helpers.h b/BuddhaTest/include/Helpers.h index 6358066..ee5b07f 100644 --- a/BuddhaTest/include/Helpers.h +++ b/BuddhaTest/include/Helpers.h @@ -46,6 +46,8 @@ namespace Helpers unsigned int globalWorkGroupSizeY = 1; unsigned int globalWorkGroupSizeZ = 1; + unsigned int iterationsPerFrame = 1000; + std::string pngFilename = ""; double pngGamma = 1.0; double pngColorScale = 2.0; -- cgit v1.2.3