mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
Update libretro-common
This commit is contained in:
parent
b93974faea
commit
66367d41a3
@ -2457,7 +2457,9 @@ void rglUniform2uiv( GLint location,
|
|||||||
#ifdef GLSM_DEBUG
|
#ifdef GLSM_DEBUG
|
||||||
log_cb(RETRO_LOG_INFO, "glUniform2uiv.\n");
|
log_cb(RETRO_LOG_INFO, "glUniform2uiv.\n");
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(HAVE_OPENGL) || defined(HAVE_OPENGLES) && defined(HAVE_OPENGLES3)
|
||||||
glUniform2uiv(location, count, value);
|
glUniform2uiv(location, count, value);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user