Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix quickCheckAPI-A fail when MAX_TEXTURE_IMAGE_UNITS > 32.(#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 . Signed-off-by: Wujian Sun <[email protected]>
- Loading branch information