KhronosGroup/WebGL

[webgl 1.0.3] conformance/more/conformance/quickCheckAPI-A.html fail when MAX_TEXTURE_IMAGE_UNITS >32

Closed this issue · 0 comments

My GPU is Mali G310 and MAX_TEXTURE_IMAGE_UNITS is 64, then the conformance/more/conformance/quickCheckAPI-A.html case will test fail.

I found GL['TEXTURE'+i] will be a undefined value when the index >=32.
https://github.com/KhronosGroup/WebGL/blob/main/conformance-suites/1.0.1/conformance/more/conformance/quickCheckAPI.js#L217

If webgl cts test had the limitation that can't cover MAX_TEXTURE_IMAGE_UNITS >32 GPU?