mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[dxvk] Use new [[fallthrough]] attribute
This commit is contained in:
parent
b96f65be31
commit
7151fbd598
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user