mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -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,
|
||||
MTLSamplerAddressModeMirrorRepeat,
|
||||
MTLSamplerAddressModeClampToEdge,
|
||||
MTLSamplerAddressModeClampToZero,
|
||||
};
|
||||
|
||||
static const MTLSamplerMinMagFilter s_textureFilterMinMag[] =
|
||||
|
|
Loading…
Reference in a new issue