Module SamplerMipmapModeEnums

SamplerMipmapMode

Legacy version of enum "kanzi.Sampler.MipmapMode".

MipmapModeBase

When sampling texture, use only base level image, no mipmap images are used/needed

MipmapModeNearest

When sampling texture, pick one image, the nearest mipmap level, mipmap images are needed

MipmapModeLinear

When sampling texture, pick two nearest mipmap level images, mipmap images are needed