Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix quickCheckAPI-A fail when MAX_TEXTURE_IMAGE_UNITS > 32.(KhronosGr… #3655

Conversation

WujianSun
Copy link
Contributor

…oup#3654)

GL['TEXTURE'+i] will report not defined when MAX_TEXTURE_IMAGE_UNITS > 32.

Add more TEXTURE_IMAGE_UNITS support for modern GPU that may support 64 or more.

Fixes #3654 .

…oup#3654)

GL['TEXTURE'+i] will report not defined when MAX_TEXTURE_IMAGE_UNITS > 32.

Add more TEXTURE_IMAGE_UNITS support for modern GPU that may support 64
or more.

Fixes KhronosGroup#3654 .

Signed-off-by: Wujian Sun <wujian.sun_1@nxp.com>
@CLAassistant
Copy link

CLAassistant commented May 13, 2024

CLA assistant check
All committers have signed the CLA.

@WujianSun
Copy link
Contributor Author

Can anyone help review here?

Copy link
Member

@kenrussell kenrussell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay reviewing - looks good.

@kenrussell kenrussell merged commit 9d04f50 into KhronosGroup:main May 31, 2024
2 checks passed
@WujianSun
Copy link
Contributor Author

Hi @kenrussell ,
Thanks for your help.

@kenrussell
Copy link
Member

@WujianSun thanks for your patch.

@WujianSun
Copy link
Contributor Author

WujianSun commented May 31, 2024

Hi @kenrussell ,
Is it possible to pick the fix to official live versions of the conformance test suite(2.0.0 and 1.0.3)?If yes, What should I do?

@WujianSun WujianSun deleted the bugfix/fix-quickCheckAPI-A-fail-when-MAX_TEXTURE_IMAGE_UNITS-is-greater-than-32 branch May 31, 2024 06:06
WujianSun added a commit to WujianSun/WebGL that referenced this pull request May 31, 2024
Pick the fixs(KhronosGroup#3655) for 2.0.0 and 1.0.3.

Fixes KhronosGroup#3654.

Signed-off-by: Wujian Sun <wujian.sun_1@nxp.com>
WujianSun added a commit to WujianSun/WebGL that referenced this pull request May 31, 2024
Pick the fixs(KhronosGroup#3655) for 2.0.0 and 1.0.3.

Fixes KhronosGroup#3654.

Signed-off-by: Wujian Sun <wujian.sun_1@nxp.com>
kenrussell pushed a commit that referenced this pull request May 31, 2024
Pick the fixs(#3655) for 2.0.0 and 1.0.3.

Fixes #3654.

Signed-off-by: Wujian Sun <wujian.sun_1@nxp.com>
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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