generalzzd fix ios compling error (#2288)

Co-authored-by: Zidi <zzd007@hotmail.com>
This commit is contained in:
generalzzd 2020-10-18 11:02:25 +08:00 committed by GitHub
parent daa61822d2
commit 0cce398530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -620,6 +620,10 @@ typedef uint64_t GLuint64;
# define GL_MAX_SAMPLES 0x8D57
#endif // GL_MAX_SAMPLES
#ifndef GL_MAX_SAMPLES_IMG
# define GL_MAX_SAMPLES_IMG 0x9135
#endif // GL_MAX_SAMPLES_IMG
#ifndef GL_MAX_COLOR_ATTACHMENTS
# define GL_MAX_COLOR_ATTACHMENTS 0x8CDF
#endif // GL_MAX_COLOR_ATTACHMENTS