mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Update libretro-common
This commit is contained in:
parent
1cb4a0a34f
commit
22424fce0f
@ -33,6 +33,7 @@ RETRO_BEGIN_DECLS
|
||||
#define glTexCoord2f rglTexCoord2f
|
||||
|
||||
/* more forward-compatible GL subset symbols */
|
||||
#define glProvokingVertex rglProvokingVertex
|
||||
#define glGetInteger64v rglGetInteger64v
|
||||
#define glGenSamplers rglGenSamplers
|
||||
#define glBindSampler rglBindSampler
|
||||
@ -469,6 +470,7 @@ void rglGetInteger64v( GLenum pname,
|
||||
void rglUniform2iv( GLint location,
|
||||
GLsizei count,
|
||||
const GLint *value);
|
||||
void rglProvokingVertex( GLenum provokeMode);
|
||||
|
||||
RETRO_END_DECLS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user