mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(GLSM) Buildfix
This commit is contained in:
parent
91d2af7e36
commit
b9c9df3a8b
@ -892,7 +892,7 @@ void rglBindBufferBase( GLenum target,
|
|||||||
GLuint index,
|
GLuint index,
|
||||||
GLuint buffer)
|
GLuint buffer)
|
||||||
{
|
{
|
||||||
#if defined(HAVE_OPENG) || defined(HAVE_OPENGLES) && defined(HAVE_OPENGLES3)
|
#if defined(HAVE_OPENGL) || defined(HAVE_OPENGLES) && defined(HAVE_OPENGLES3)
|
||||||
glBindBufferBase(target, index, buffer);
|
glBindBufferBase(target, index, buffer);
|
||||||
#else
|
#else
|
||||||
printf("WARNING! Not implemented.\n");
|
printf("WARNING! Not implemented.\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user