We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
samplerAnisotropy
1 parent 9f7db42 commit 8508a5aCopy full SHA for 8508a5a
src/nbl/video/CVulkanPhysicalDevice.h
@@ -416,6 +416,7 @@ class CVulkanPhysicalDevice final : public IPhysicalDevice
416
VkPhysicalDeviceFeatures2 vk_deviceFeatures2 = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2 };
417
vk_deviceFeatures2.pNext = firstFeatureInChain;
418
vk_deviceFeatures2.features = {};
419
+ vk_deviceFeatures2.features.samplerAnisotropy = m_features.samplerAnisotropy;
420
421
// Create Device
422
VkDeviceCreateInfo vk_createInfo = { VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO };
0 commit comments