[dxvk] Use new [[fallthrough]] attribute

This commit is contained in:
Joshua Ashton 2022-03-09 22:48:42 +00:00 committed by Philip Rebohle
parent b96f65be31
commit 7151fbd598
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ namespace dxvk {
case VK_IMAGE_VIEW_TYPE_2D:
case VK_IMAGE_VIEW_TYPE_2D_ARRAY:
this->createView(VK_IMAGE_VIEW_TYPE_2D, 1);
/* fall through */
[[fallthrough]];
case VK_IMAGE_VIEW_TYPE_CUBE:
case VK_IMAGE_VIEW_TYPE_CUBE_ARRAY: {