Skip to content

Commit 872aa0a

Browse files
committed
Fix CI errors
1 parent b938d6e commit 872aa0a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/gpu/vulkan/SDL_gpu_vulkan.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11451,6 +11451,9 @@ static bool VULKAN_INTERNAL_TryAddDeviceFeatures_Vulkan_11(VkPhysicalDeviceFeatu
1145111451
dst11->variablePointersStorageBuffer |= newFeatures->variablePointersStorageBuffer;
1145211452
hasAdded = true;
1145311453
} break;
11454+
11455+
default:
11456+
break;
1145411457
}
1145511458

1145611459
return hasAdded;
@@ -11496,6 +11499,9 @@ static bool VULKAN_INTERNAL_TryAddDeviceFeatures_Vulkan_12_Or_Later(VkPhysicalDe
1149611499
hasAdded = true;
1149711500
}
1149811501
} break;
11502+
11503+
default:
11504+
break;
1149911505
}
1150011506
}
1150111507

0 commit comments

Comments
 (0)