mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
graphicsdriver/opengl/gl: Bug fix: compile error on non-Windows (again)
This commit is contained in:
parent
ac6a3f0900
commit
4c4f67197f
@ -144,7 +144,7 @@ package gl
|
||||
// typedef GLboolean (APIENTRYP GPISPROGRAM)(GLuint program);
|
||||
// typedef GLboolean (APIENTRYP GPISTEXTURE)(GLuint texture);
|
||||
// typedef void (APIENTRYP GPLINKPROGRAM)(GLuint program);
|
||||
// typedef void * (APIENTRYP GPMAPBUFFER)(GLenum target, GLenum access);
|
||||
// typedef uintptr_t (APIENTRYP GPMAPBUFFER)(GLenum target, GLenum access);
|
||||
// typedef void (APIENTRYP GPPIXELSTOREI)(GLenum pname, GLint param);
|
||||
// typedef void (APIENTRYP GPREADPIXELS)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void * pixels);
|
||||
// typedef void (APIENTRYP GPSHADERSOURCE)(GLuint shader, GLsizei count, const GLchar *const* string, const GLint * length);
|
||||
|
Loading…
Reference in New Issue
Block a user