mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 01:13:30 +00:00
(GLSM) Buildfix
This commit is contained in:
parent
91d2af7e36
commit
b9c9df3a8b
@ -892,7 +892,7 @@ void rglBindBufferBase( GLenum target,
|
||||
GLuint index,
|
||||
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);
|
||||
#else
|
||||
printf("WARNING! Not implemented.\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user