-
Notifications
You must be signed in to change notification settings - Fork 672
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
Fix quickCheckAPI-A fail when MAX_TEXTURE_IMAGE_UNITS > 32.(KhronosGr… #3655
Conversation
…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 <[email protected]>
Can anyone help review here? |
There was a problem hiding this 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.
Hi @kenrussell , |
@WujianSun thanks for your patch. |
Hi @kenrussell , |
@WujianSun : yes, please put up a pull request modifying these two copies of that file: Thanks. |
Pick the fixs(KhronosGroup#3655) for 2.0.0 and 1.0.3. Fixes KhronosGroup#3654. Signed-off-by: Wujian Sun <[email protected]>
Pick the fixs(KhronosGroup#3655) for 2.0.0 and 1.0.3. Fixes KhronosGroup#3654. Signed-off-by: Wujian Sun <[email protected]>
Pick the fixs(#3655) for 2.0.0 and 1.0.3. Fixes #3654. Signed-off-by: Wujian Sun <[email protected]>
…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 .