mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
MTL: Added ClampToZero sampler mode.
This commit is contained in:
parent
ae71103bf9
commit
9311718f68
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ namespace bgfx { namespace mtl
|
||||||
MTLSamplerAddressModeRepeat,
|
MTLSamplerAddressModeRepeat,
|
||||||
MTLSamplerAddressModeMirrorRepeat,
|
MTLSamplerAddressModeMirrorRepeat,
|
||||||
MTLSamplerAddressModeClampToEdge,
|
MTLSamplerAddressModeClampToEdge,
|
||||||
|
MTLSamplerAddressModeClampToZero,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const MTLSamplerMinMagFilter s_textureFilterMinMag[] =
|
static const MTLSamplerMinMagFilter s_textureFilterMinMag[] =
|
||||||
|
|
Loading…
Reference in a new issue