Reduce tiles per block down to 10 so invocation size <= 128 (Refs #180)

This commit is contained in:
baldurk
2016-02-22 23:43:19 +01:00
parent 28a514a8a6
commit 07c4274165
+1 -1
View File
@@ -187,7 +187,7 @@ BINDING (0, 0) uniform TexDisplayUBOData
//
// these values are in each dimension
#define HGRAM_PIXELS_PER_TILE 64u
#define HGRAM_TILES_PER_BLOCK 32u
#define HGRAM_TILES_PER_BLOCK 10u
#define HGRAM_NUM_BUCKETS 256u