aboutsummaryrefslogtreecommitdiff
path: root/BuddhaTest/include/Helpers.h
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2018-03-15 08:35:32 +0100
committerAndreas Grois <andi@grois.info>2018-03-15 08:35:32 +0100
commit85e8b5336debbbe7a88a8016ba8922e06386de21 (patch)
tree7339addcd96c56075902fdc83cffb7de464d1c2b /BuddhaTest/include/Helpers.h
parent598e425e2bb50586c9aec400308727aa1075f69b (diff)
Prevent even more waiting by storing a more complete state
Diffstat (limited to 'BuddhaTest/include/Helpers.h')
-rw-r--r--BuddhaTest/include/Helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuddhaTest/include/Helpers.h b/BuddhaTest/include/Helpers.h
index ee5b07f..fc63103 100644
--- a/BuddhaTest/include/Helpers.h
+++ b/BuddhaTest/include/Helpers.h
@@ -46,7 +46,7 @@ namespace Helpers
unsigned int globalWorkGroupSizeY = 1;
unsigned int globalWorkGroupSizeZ = 1;
- unsigned int iterationsPerFrame = 1000;
+ unsigned int iterationsPerFrame = 10;
std::string pngFilename = "";
double pngGamma = 1.0;