Optional addressTexture address mode for texture width coordinates. Defaults to ClampToEdge
Optional addressTexture address mode for texture height coordinates. Defaults to ClampToEdge
Optional addressTexture address mode for texture depth coordinates. Defaults to ClampToEdge
Optional compareSpecifies the behavior of a comparison sampler. Defaults to null.
Optional lodMaximum levels of detail. Defaults to 32.
Optional lodMinimum levels of detail. Defaults to 0.
Optional magTexture filter mode for magnification. Defaults to Nearest
Optional maxMax anisotropy level. Defaults to 1. Requires EXT_texture_filter_anisotropic extension.
Optional minTexture filter mode for minimifaction. Defaults to Nearest
Optional mipmapTexture filter mode for sampling between two mipmap levels. Defaults to Nearest
Generated using TypeDoc
Descriptor of a texture sampler.
See