Companion

Properties

Link copied to clipboard

Samples the texture through bi-linear interpolation of the four nearest pixels. This produces smoother results than NEAREST filtering.

Link copied to clipboard

Read texture values with linear sampling from two adjacent mip levels and linearly interpolate the results.

Link copied to clipboard

Selects the nearest mip level and applies linear sampling within that level.

Link copied to clipboard

Samples the texture by returning the closest pixel.

Link copied to clipboard

Read texture values with nearest sampling from two adjacent mip levels and linearly interpolate the results.

Link copied to clipboard

Selects the nearest mip level and applies nearest sampling within that level.