enable samplerAnisotropy device feature (#24)
continuous-integration/drone/push Build is passing Details

Co-authored-by: TheSpydog <thespydog@noreply.example.org>
Co-committed-by: TheSpydog <thespydog@noreply.example.org>
pull/25/head
TheSpydog 2022-11-02 21:23:48 +00:00 committed by cosmonaut
parent 5166ae87b2
commit c4b9798fc1
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 */