mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +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
|
||||
log_cb(RETRO_LOG_INFO, "glUniform2uiv.\n");
|
||||
#endif
|
||||
#if defined(HAVE_OPENGL) || defined(HAVE_OPENGLES) && defined(HAVE_OPENGLES3)
|
||||
glUniform2uiv(location, count, value);
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user