forked from MoonsideGames/Refresh
remove unused occlusionQueryPrecise feature
parent
f700761b0f
commit
611eb20185
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue