package mightypork.gamecore.graphics.textures; /** * Texture filtering mode * * @author Ondřej Hruška (MightyPork) */ public enum FilterMode { LINEAR, NEAREST; }