mesa/glformats: make _mesa_gles_error_check_format_and_type() more consistent
Let's consistently use the following code format instead of relying on
falling through to default
:
if (!req)
return GL_INVALID_OPERATION;
break;
/cc @tarceri
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Let's consistently use the following code format instead of relying on
falling through to default
:
if (!req)
return GL_INVALID_OPERATION;
break;
/cc @tarceri