diff --git a/src/Refresh_Driver_Vulkan.c b/src/Refresh_Driver_Vulkan.c index 7572bbe..53bfffa 100644 --- a/src/Refresh_Driver_Vulkan.c +++ b/src/Refresh_Driver_Vulkan.c @@ -10613,7 +10613,6 @@ static uint8_t VULKAN_INTERNAL_CreateLogicalDevice( /* specifying used device features */ SDL_zero(deviceFeatures); - deviceFeatures.occlusionQueryPrecise = VK_TRUE; deviceFeatures.fillModeNonSolid = VK_TRUE; deviceFeatures.samplerAnisotropy = VK_TRUE;