Skip to content

tests: Check that count of vertex atomic counters enough for test

Illia Iorin requested to merge GL/piglit:atm_cnt_refactoring_v2 into master

In OpenGL 4.6 (Table 23.57: Implementation Dependent Vertex Shader Limits)
specification said, that minimum value of MAX_VERTEX_ATOMIC_COUNTERS is 0.
Therefore if we use them we have to check available count.

Signed-off-by: Illia Iorin illia.iorin@globallogic.com

Merge request reports