replace call with define, only 1 code path to manage
This commit is contained in:
parent
e7d3364ffc
commit
bfc9c838f9
|
@ -384,10 +384,6 @@ void APIENTRY glTexEnvi(GLenum target, GLenum pname, GLenum param) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void APIENTRY glTexEnvf(GLenum target, GLenum pname, GLenum param) {
|
|
||||||
glTexEnvi(target, pname, param);
|
|
||||||
}
|
|
||||||
|
|
||||||
void APIENTRY glCompressedTexImage2DARB(GLenum target,
|
void APIENTRY glCompressedTexImage2DARB(GLenum target,
|
||||||
GLint level,
|
GLint level,
|
||||||
GLenum internalFormat,
|
GLenum internalFormat,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user