Stay organized with collections
Save and categorize content based on your preferences.
public final class MipmapFilterMode
Defines the filtering mode used between mipmap levels.
Summary
Constants |
static final int |
Linear filtering between mipmaps.
|
static final int |
Nearest-neighbor filtering between mipmaps.
|
static final int |
Indicates that no mipmap filter mode is specified.
|
Constants
public static final int Linear = 2
Linear filtering between mipmaps.
public static final int Nearest = 1
Nearest-neighbor filtering between mipmaps.
public static final int Undefined = 0
Indicates that no mipmap filter mode is specified.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-06-24 UTC.
[null,null,["Last updated 2026-06-24 UTC."],[],[]]