[BOT] update dependencies

This commit is contained in:
kbJeff-8
2025-10-23 06:09:54 +00:00
committed by github-actions[bot]
parent 493696482c
commit a665f7c448
26 changed files with 191416 additions and 148057 deletions

3
third_party/kvf.h vendored
View File

@@ -1475,6 +1475,9 @@ int32_t __kvfScorePhysicalDevice(VkPhysicalDevice device, VkSurfaceKHR surface,
if(device_props.deviceType == VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU)
score += 1000;
if(!device_features.geometryShader)
return -1;
score += device_props.limits.maxImageDimension2D;
score += device_props.limits.maxBoundDescriptorSets;