add missing func

This commit is contained in:
Adam D. Ruppe 2023-12-21 14:00:11 -05:00
parent 5d626d3358
commit e761ceff91
1 changed files with 2 additions and 0 deletions

View File

@ -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();