mirror of https://github.com/adamdruppe/arsd.git
add missing func
This commit is contained in:
parent
5d626d3358
commit
e761ceff91
|
@ -18626,6 +18626,8 @@ extern(System) nothrow @nogc {
|
|||
void glReadBuffer(uint);
|
||||
void glReadPixels(int, int, int, int, int, int, void*);
|
||||
|
||||
void glScissor(GLint x, GLint y, GLsizei width, GLsizei height);
|
||||
|
||||
void glFlush();
|
||||
void glFinish();
|
||||
|
||||
|
|
Loading…
Reference in New Issue