KhronosGroup / MoltenVK

MoltenVK is a Vulkan Portability implementation. It layers a subset of the high-performance, industry-standard Vulkan graphics and compute API over Apple's Metal graphics framework, enabling Vulkan applications to run on macOS, iOS and tvOS.
Apache License 2.0
4.77k stars 420 forks source link

add support for `VK_EXT_SAMPLER_FILTER_MINMAX` extension #1559

Open prime31 opened 2 years ago

prime31 commented 2 years ago

Feature request

cdavis5e commented 2 years ago

This is not something we can support right now, because Metal doesn't yet expose this AFAIK.

prime31 commented 2 years ago

Gotcha. Thanks for the quick response!

billhollings commented 2 years ago

Needed for Vulkan 1.2. (#1567)