Compare commits

...

1 Commits

Author SHA1 Message Date
Caleb Cornett e62b5b919c enable samplerAnisotropy device feature 2022-11-02 17:21:34 -04: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 */