diff --git a/renderdoc/data/glsl/histogram.comp b/renderdoc/data/glsl/histogram.comp index 1b9c38900..01588b37a 100644 --- a/renderdoc/data/glsl/histogram.comp +++ b/renderdoc/data/glsl/histogram.comp @@ -24,7 +24,7 @@ //#include "texsample.h" // while includes aren't supported in glslang, this will be added in code -layout(binding=0, std140) writeonly buffer minmaxresultdest +layout(binding=0, std140) buffer minmaxresultdest { uvec4 result[HGRAM_NUM_BUCKETS]; } dest;