Package io.github.libsdl4j.api.render
Class SDL_ScaleMode
- java.lang.Object
-
- io.github.libsdl4j.api.render.SDL_ScaleMode
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SDL_ScaleMode.Ref
-
Field Summary
Fields Modifier and Type Field Description static int
SDL_ScaleModeBest
anisotropic filteringstatic int
SDL_ScaleModeLinear
linear filteringstatic int
SDL_ScaleModeNearest
nearest pixel sampling
-
-
-
Field Detail
-
SDL_ScaleModeNearest
public static final int SDL_ScaleModeNearest
nearest pixel sampling- See Also:
- Constant Field Values
-
SDL_ScaleModeLinear
public static final int SDL_ScaleModeLinear
linear filtering- See Also:
- Constant Field Values
-
SDL_ScaleModeBest
public static final int SDL_ScaleModeBest
anisotropic filtering- See Also:
- Constant Field Values
-
-