Class GlTexture

java.lang.Object
com.jozufozu.flywheel.backend.gl.GlObject
com.jozufozu.flywheel.backend.gl.GlTexture

public class GlTexture extends GlObject
  • Constructor Details

    • GlTexture

      public GlTexture(int textureType)
  • Method Details

    • deleteInternal

      protected void deleteInternal(int handle)
      Specified by:
      deleteInternal in class GlObject
    • bind

      public void bind()
    • unbind

      public void unbind()
    • setParameteri

      public void setParameteri(int parameter, int value)