mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Reduce tiles per block down to 10 so invocation size <= 128 (Refs #180)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user