We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96987c0 commit 26fcb2aCopy full SHA for 26fcb2a
llama/gpuInfo/vulkan-gpu-info.cpp
@@ -71,7 +71,7 @@ static bool enumerateVulkanDevices(size_t* total, size_t* used, size_t* unifiedM
71
vkGetPhysicalDeviceFeatures2(physicalDevice, &device_features2);
72
73
if (!vk11_features.storageBuffer16BitAccess) {
74
- checkSupported = false;
+ *checkSupported = false;
75
}
76
77
0 commit comments