glx: add missing fallthrough comment

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5705>
This commit is contained in:
Timothy Arceri
2020-07-01 15:38:48 +10:00
committed by Marge Bot
parent cb5fafd617
commit bf3fc3cf3d

View File

@@ -1749,7 +1749,7 @@ __indirect_glVertexAttribPointerNV(GLuint index, GLint size,
return;
}
normalized = GL_TRUE;
/* fallthrough */
case GL_SHORT:
case GL_FLOAT:
case GL_DOUBLE: