Class TextureFlags

java.lang.Object
zombie.core.textures.TextureFlags

public final class TextureFlags
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static int CLAMP_TO_EDGE  
    static int COMPRESS  
    static int CREATE_MASK  
    static int FBO  
    static int FILTER_MAG_NEAREST  
    static int FILTER_MIN_NEAREST  
    static int MIPMAPS  
    static int NONE  
  • Constructor Summary

    Constructors
    Constructor Description
    TextureFlags()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait