mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
generalzzd fix ios compling error (#2288)
Co-authored-by: Zidi <zzd007@hotmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user