summaryrefslogtreecommitdiff
path: root/graphics/asymptote/base/shaders/zero.glsl
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/base/shaders/zero.glsl')
-rw-r--r--graphics/asymptote/base/shaders/zero.glsl3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/asymptote/base/shaders/zero.glsl b/graphics/asymptote/base/shaders/zero.glsl
index 9bcb6d222e..747f44b3bc 100644
--- a/graphics/asymptote/base/shaders/zero.glsl
+++ b/graphics/asymptote/base/shaders/zero.glsl
@@ -1,4 +1,5 @@
-layout(binding=2, std430) buffer countBuffer {
+layout(binding=2, std430) buffer countBuffer
+{
uint count[];
};