enable samplerAnisotropy device feature

anisotropy
Caleb Cornett 2022-11-02 17:21:34 -04:00
parent 5166ae87b2
commit e62b5b919c
1 changed files with 1 additions and 0 deletions

View File

@ -10549,6 +10549,7 @@ static uint8_t VULKAN_INTERNAL_CreateLogicalDevice(
deviceFeatures.occlusionQueryPrecise = VK_TRUE;
deviceFeatures.fillModeNonSolid = VK_TRUE;
deviceFeatures.depthClamp = VK_TRUE;
deviceFeatures.samplerAnisotropy = VK_TRUE;
/* creating the logical device */