aboutsummaryrefslogtreecommitdiff
path: root/BuddhaTest/include
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2018-03-14 22:39:06 +0100
committerAndreas Grois <andi@grois.info>2018-03-14 22:39:06 +0100
commita350181f2c15feb072c2edf5d0c41965936f1948 (patch)
tree8dc57cf5f3c96d12f28b4bdb81e50252091ab0c3 /BuddhaTest/include
parent627aa610fc93398ac51129096ce8fb30731af341 (diff)
First commit with compute pausability
Diffstat (limited to 'BuddhaTest/include')
-rw-r--r--BuddhaTest/include/Helpers.h2
1 files changed, 2 insertions, 0 deletions
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;