mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 10:10:23 +01:00
mesa: Add missing switch break in invalidate_framebuffer_storage()
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70411
Cc: "9.2" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
(cherry picked from commit 53904c64da)
This commit is contained in:
parent
f1257f5fe0
commit
cd5ea2788d
1 changed files with 1 additions and 0 deletions
|
|
@ -3581,6 +3581,7 @@ invalidate_framebuffer_storage(GLenum target, GLsizei numAttachments,
|
|||
"%s(attachment >= max. color attachments)", name);
|
||||
return;
|
||||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
goto invalid_enum;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue