From 8686e2f9aeda7f749cd867799928b2e522c1b483 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 9 Nov 2012 10:29:45 +1000 Subject: arb_texture_cube_map_array: add shadow sampler for textureSize missed this the first time around. Signed-off-by: Dave Airlie --- tests/all.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/all.tests b/tests/all.tests index 9219efc9..9eae003d 100644 --- a/tests/all.tests +++ b/tests/all.tests @@ -1631,7 +1631,7 @@ add_plain_test(arb_texture_cube_map_array, 'arb_texture_cube_map_array-cubemap') add_plain_test(arb_texture_cube_map_array, 'arb_texture_cube_map_array-cubemap-lod') add_plain_test(arb_texture_cube_map_array, 'arb_texture_cube_map_array-fbo-cubemap-array') add_plain_test(arb_texture_cube_map_array, 'arb_texture_cube_map_array-sampler-cube-array-shadow') -textureSize_samplers_atcma = ['samplerCubeArray', 'isamplerCubeArray', 'usamplerCubeArray']; +textureSize_samplers_atcma = ['samplerCubeArray', 'isamplerCubeArray', 'usamplerCubeArray', 'samplerCubeArrayShadow' ]; import_glsl_parser_tests(arb_texture_cube_map_array, os.path.join(testsDir, 'spec', 'arb_texture_cube_map_array'), -- cgit v1.2.3