MTL: Added ClampToZero sampler mode.
This commit is contained in:
parent
ae71103bf9
commit
9311718f68
@ -220,6 +220,7 @@ namespace bgfx { namespace mtl
|
||||
MTLSamplerAddressModeRepeat,
|
||||
MTLSamplerAddressModeMirrorRepeat,
|
||||
MTLSamplerAddressModeClampToEdge,
|
||||
MTLSamplerAddressModeClampToZero,
|
||||
};
|
||||
|
||||
static const MTLSamplerMinMagFilter s_textureFilterMinMag[] =
|
||||
|
Loading…
Reference in New Issue
Block a user