mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-02 06:33:30 +00:00
GL_
This commit is contained in:
parent
1a867d3a52
commit
28096be527
1 changed files with 3 additions and 3 deletions
|
@ -147,9 +147,9 @@ extern void (APIENTRY * qglGetCompressedTexImageARB)(GLenum target, GLint lod,
|
|||
|
||||
// GL_ATI_meminfo
|
||||
#ifndef GL_ATI_meminfo
|
||||
#define VBO_FREE_MEMORY_ATI 0x87FB
|
||||
#define TEXTURE_FREE_MEMORY_ATI 0x87FC
|
||||
#define RENDERBUFFER_FREE_MEMORY_ATI 0x87FD
|
||||
#define GL_VBO_FREE_MEMORY_ATI 0x87FB
|
||||
#define GL_TEXTURE_FREE_MEMORY_ATI 0x87FC
|
||||
#define GL_RENDERBUFFER_FREE_MEMORY_ATI 0x87FD
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue