Class TextureID

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int ID
      OpenGL's identifier for the resource.
      Texture TextureObject
      Reference to the Texture.
    • Constructor Summary

      Constructors 
      Constructor Description
      TextureID()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ID

        public int ID
        OpenGL's identifier for the resource.
      • TextureObject

        public Texture TextureObject
        Reference to the Texture.
    • Constructor Detail

      • TextureID

        public TextureID()