Throw NotSupported if MAX_FRAGMENT_IMAGE_UNIFORMS = 0
authorYabin Zheng <yabin.zheng@arm.com>
Fri, 27 Jul 2018 06:29:20 +0000 (14:29 +0800)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 23 Aug 2018 11:47:06 +0000 (07:47 -0400)
commitd75b9a1a88df8033c6b9cc4ea1439c82a336f895
treecd35c7789f9a6f732fb9d4a35404040b6048ecf3
parent05c93d5ee9b4d9d898b639d2fad07d412f0882f1
Throw NotSupported if MAX_FRAGMENT_IMAGE_UNIFORMS = 0

GLES 3.1 implementations may expose MAX_FRAGMENT_IMAGE_UNIFORMS = 0
which would prevent KHR-GLES31.shaders.layout_location.*image.* tests
from running.

Components: OpenGL

Affects:
KHR-GLES31.shaders.layout_location.*

VK-GL-CTS issue: 1284

Change-Id: I41299b58da0e7ec46587f2893dfb4a3859516669
external/openglcts/modules/common/glcLayoutLocationTests.cpp