mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 13:32:59 +01:00
MTL: Added ClampToZero sampler mode.
This commit is contained in:
@@ -220,6 +220,7 @@ namespace bgfx { namespace mtl
|
||||
MTLSamplerAddressModeRepeat,
|
||||
MTLSamplerAddressModeMirrorRepeat,
|
||||
MTLSamplerAddressModeClampToEdge,
|
||||
MTLSamplerAddressModeClampToZero,
|
||||
};
|
||||
|
||||
static const MTLSamplerMinMagFilter s_textureFilterMinMag[] =
|
||||
|
||||
Reference in New Issue
Block a user