remove unused occlusionQueryPrecise feature

nosrc1
Caleb Cornett 2022-11-19 23:11:22 -05:00
parent f700761b0f
commit 611eb20185
1 changed files with 0 additions and 1 deletions

View File

@ -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;