diff options
author | Timothy Arceri <[email protected]> | 2020-07-01 15:38:48 +1000 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-07-02 23:52:52 +0000 |
commit | bf3fc3cf3d5dbf9f337a137d7715a8b88961fe3d (patch) | |
tree | 3af595ab4ed45683b7d9ddd8021bd82f38a719b7 /src/glx | |
parent | cb5fafd61783c9c43d97aee9f380186726805b22 (diff) |
glx: add missing fallthrough comment
Reviewed-by: Marek Olšák <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5705>
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/indirect_vertex_array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/indirect_vertex_array.c b/src/glx/indirect_vertex_array.c index c81aae60386..fb4ac4d05de 100644 --- a/src/glx/indirect_vertex_array.c +++ b/src/glx/indirect_vertex_array.c @@ -1749,7 +1749,7 @@ __indirect_glVertexAttribPointerNV(GLuint index, GLint size, return; } normalized = GL_TRUE; - + /* fallthrough */ case GL_SHORT: case GL_FLOAT: case GL_DOUBLE: |