mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 01:30:30 +01:00
mesa: update fallthrough comment so gcc can see it
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:
parent
9549443a8f
commit
651441c16f
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ _mesa_set_texture_view_state(struct gl_context *ctx,
|
|||
case GL_TEXTURE_2D_MULTISAMPLE_ARRAY:
|
||||
texObj->NumLevels = 1;
|
||||
texObj->ImmutableLevels = 1;
|
||||
/* fall through to set NumLayers */
|
||||
/* fallthrough - to set NumLayers */
|
||||
|
||||
case GL_TEXTURE_2D_ARRAY:
|
||||
case GL_TEXTURE_CUBE_MAP_ARRAY:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue