Add comment

This commit is contained in:
twinaphex 2017-11-13 12:37:05 +01:00
parent e560adcc9f
commit 118002ce6c

View File

@ -156,7 +156,7 @@ static INLINE unsigned gl_wrap_type_to_enum(enum gfx_wrap_type type)
switch (type)
{
#ifndef HAVE_OPENGLES
case RARCH_WRAP_BORDER:
case RARCH_WRAP_BORDER: /* GL_CLAMP_TO_BORDER: Available since GL 1.3 */
return GL_CLAMP_TO_BORDER;
#else
case RARCH_WRAP_BORDER: