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.glsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/asymptote/base/shaders/zero.glsl b/graphics/asymptote/base/shaders/zero.glsl
index 747f44b3bc..06a5359e6d 100644
--- a/graphics/asymptote/base/shaders/zero.glsl
+++ b/graphics/asymptote/base/shaders/zero.glsl
@@ -1,5 +1,6 @@
layout(binding=2, std430) buffer countBuffer
{
+ uint maxSize;
uint count[];
};