atomic operations on buffers aren't writeonly

This commit is contained in:
baldurk
2017-02-13 10:00:37 +00:00
parent 214450227e
commit 5f36a16612
+1 -1
View File
@@ -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;