diff --git a/app/src/main/cpp/skyline/gpu.cpp b/app/src/main/cpp/skyline/gpu.cpp index 4bdfd925..1072bbe7 100644 --- a/app/src/main/cpp/skyline/gpu.cpp +++ b/app/src/main/cpp/skyline/gpu.cpp @@ -241,6 +241,7 @@ namespace skyline::gpu { throw exception("Vulkan device doesn't support required feature: " #feature) FEAT_REQ(vk::PhysicalDeviceFeatures2, features.independentBlend); + FEAT_REQ(vk::PhysicalDeviceFeatures2, features.samplerAnisotropy); FEAT_REQ(vk::PhysicalDeviceFeatures2, features.shaderImageGatherExtended); FEAT_REQ(vk::PhysicalDeviceShaderDrawParametersFeatures, shaderDrawParameters);