mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-03-22 09:50:59 +00:00
OpenGL2: glGetIntegerv -> qglGetIntegerv
Thanks Cyrax for pointing this out.
This commit is contained in:
parent
93066d2e05
commit
ab8bcf5c5b
1 changed files with 2 additions and 2 deletions
|
@ -159,8 +159,8 @@ void GLimp_InitExtraExtensions()
|
|||
{
|
||||
glRefConfig.framebufferObject = !!r_ext_framebuffer_object->integer;
|
||||
|
||||
glGetIntegerv(GL_MAX_RENDERBUFFER_SIZE_EXT, &glRefConfig.maxRenderbufferSize);
|
||||
glGetIntegerv(GL_MAX_COLOR_ATTACHMENTS_EXT, &glRefConfig.maxColorAttachments);
|
||||
qglGetIntegerv(GL_MAX_RENDERBUFFER_SIZE_EXT, &glRefConfig.maxRenderbufferSize);
|
||||
qglGetIntegerv(GL_MAX_COLOR_ATTACHMENTS_EXT, &glRefConfig.maxColorAttachments);
|
||||
|
||||
QGL_EXT_framebuffer_object_PROCS;
|
||||
|
||||
|
|
Loading…
Reference in a new issue