Fix gl_FragData[u_index] test in OpenGL ES 3.x context
authorYabin Zheng <yabin.zheng@arm.com>
Wed, 21 Mar 2018 01:38:40 +0000 (09:38 +0800)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Wed, 23 May 2018 08:41:30 +0000 (04:41 -0400)
commitaba642893d75554d0dfc0319fc0018ce6a1393cb
tree4cfee2c51c00089391984aeb24221935050d4d44
parentca2b81b5f613ece84a92dc1bac6b84603bfd2d72
Fix gl_FragData[u_index] test in OpenGL ES 3.x context

The test is valid if GL_EXT_draw_buffers or GL_NV_draw_buffers
is supported

Affects:
dEQP-GLES3.functional.shaders.fragdata.draw_buffers

Components: OpenGL

VK-GL-CTS issue: 1168

Change-Id: I44b41330ca37614920ed1cb0d6d021a8bc1e0fa3
modules/gles3/functional/es3fShaderFragDataTests.cpp