summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2017-10-11 10:27:37 +1000
committerDave Airlie <airlied@redhat.com>2017-10-11 10:43:52 +1000
commit5eea80d804826336c21557649be2ed074041d94e (patch)
treec62606b7ccdd318a0ddba59c5251c021a23a46e2
parent9e29e112b2cb5d0cf8842f8441242905c225cd0e (diff)
arrays_of_arrays/atomic_counter: check counters limit on linker test.
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--tests/spec/arb_arrays_of_arrays/linker/vs-to-fs-atomic-counter.shader_test2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/spec/arb_arrays_of_arrays/linker/vs-to-fs-atomic-counter.shader_test b/tests/spec/arb_arrays_of_arrays/linker/vs-to-fs-atomic-counter.shader_test
index b6181370f..c6b5c5a4a 100644
--- a/tests/spec/arb_arrays_of_arrays/linker/vs-to-fs-atomic-counter.shader_test
+++ b/tests/spec/arb_arrays_of_arrays/linker/vs-to-fs-atomic-counter.shader_test
@@ -5,6 +5,8 @@
GLSL >= 1.40
GL_ARB_shader_atomic_counters
GL_ARB_arrays_of_arrays
+INT GL_MAX_VERTEX_ATOMIC_COUNTERS >= 12
+INT GL_MAX_FRAGMENT_ATOMIC_COUNTERS >= 12
[vertex shader]
#version 140