Sampler parameters used when binding a texture.
These values describe how texture coordinates outside the 0..1 range are
handled and which filters are used when sampling.
Fields
optionalminificationFilter:Null<TextureFilter>
Filter used when the texture is sampled smaller than its native size.
optionalmagnificationFilter:Null<TextureFilter>
Filter used when the texture is sampled larger than its native size.