Extension for "border" sampler addressing mode #890
Labels
area: api
Issues related to API surface
help required
We need community help to make this happen.
type: enhancement
New feature or request
Is your feature request related to a problem? Please describe.
Veloren uses this mode (
VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER
in Vk).Describe the solution you'd like
WebGPU currently doesn't expose it, but it's supported on a lot of platforms (everything except iOS, roughly speaking), so an extension is possible.
Describe alternatives you've considered
Not exposing anything.
Additional context
https://developer.apple.com/documentation/metal/mtlsampleraddressmode/mtlsampleraddressmodeclamptobordercolor?language=objc
The text was updated successfully, but these errors were encountered: