mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
atomic operations on buffers aren't writeonly
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user