Class SDL_ScaleMode

  • All Implemented Interfaces:
    JnaEnum

    public final class SDL_ScaleMode
    extends Object
    implements JnaEnum
    The scaling mode for a texture.
    • 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