Class OpenGLOwnedTextureFrame

java.lang.Object
org.maplibre.nativejni.render.OpenGLOwnedTextureFrame

public final class OpenGLOwnedTextureFrame extends Object
Borrowed OpenGL texture frame valid only while its frame handle is open.
  • Method Details

    • generation

      public long generation()
    • width

      public int width()
    • height

      public int height()
    • scaleFactor

      public double scaleFactor()
    • frameId

      public long frameId()
    • texture

      public int texture()
    • target

      public int target()
    • internalFormat

      public int internalFormat()
    • format

      public int format()
    • type

      public int type()