TINYGL: Few functions are not allowed to be on call lists
This commit is contained in:
parent
62ca8c9cf1
commit
e1118a6882
5 changed files with 23 additions and 38 deletions
|
@ -244,10 +244,7 @@ error:
|
|||
}
|
||||
}
|
||||
|
||||
void GLContext::glopPixelStore(GLParam *p) {
|
||||
int pname = p[1].i;
|
||||
int param = p[2].i;
|
||||
|
||||
void GLContext::gl_PixelStore(TGLenum pname, TGLint param) {
|
||||
if (pname != TGL_UNPACK_ALIGNMENT || param != 1) {
|
||||
error("tglPixelStore: unsupported option");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue