Texture.Sampler.MagFilter

  • Texture.Sampler.MagFilter provides options for the Magnification Filter function used in texture sampling.

  • It includes two enum values: LINEAR and NEAREST, representing different filtering methods.

  • This enum inherits methods from java.lang.Enum, java.lang.Object, and java.lang.Comparable for object comparison and manipulation.

  • The magnification filter determines how texture pixels are sampled when magnified, affecting the visual quality of textured surfaces.

public static final enum Texture.Sampler.MagFilter

Options for Magnification Filter function.

Inherited Methods

Enum Values

public static final Texture.Sampler.MagFilter LINEAR

public static final Texture.Sampler.MagFilter NEAREST