diff --git a/src/detection/vulkan.c b/src/detection/vulkan.c index 108101174..944a5c8ed 100644 --- a/src/detection/vulkan.c +++ b/src/detection/vulkan.c @@ -191,6 +191,7 @@ static const char* detectVulkan(const FFinstance* instance, FFVulkanResult* resu //No way to detect those using vulkan ffStrbufInit(&gpu->vendor); ffStrbufInit(&gpu->driver); + gpu->coreCount = FF_GPU_CORE_COUNT_UNSET; gpu->temperature = FF_GPU_TEMP_UNSET; }