Chromium Code Reviews
DescriptionGLVersionInfo: for ES3 check for sampler array indexing
Index-constant sampler array indexing is a required feature for OpenGL
ES2 however some drivers silently support it and we can't gate OpenGL
ES2 support on GL_ARB_gpu_shader5 being present. That's why we only
enforce this feature for ES3.
BUG=598902
Committed: https://crrev.com/cf7b555abc38ee52485c0bbd0ae09a672f3348ce
Cr-Commit-Position: refs/heads/master@{#402719}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Address comment #Messages
Total messages: 17 (7 generated)
|