enable samplerAnisotropy device feature #24

Merged
cosmonaut merged 1 commits from TheSpydog/Refresh:anisotropy into main 2022-11-02 21:23:50 +00:00
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 */