Class OpenGLBorrowedTextureDescriptor
java.lang.Object
org.maplibre.nativeffi.render.OpenGLBorrowedTextureDescriptor
Mutable descriptor for OpenGL caller-owned texture render targets.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontext()context(OpenGLContextDescriptor context) extent()extent(RenderTargetExtent extent) inttarget()target(int target) inttexture()texture(int texture)
-
Constructor Details
-
OpenGLBorrowedTextureDescriptor
public OpenGLBorrowedTextureDescriptor()
-
-
Method Details
-
extent
-
extent
-
context
-
context
-
texture
public int texture() -
texture
-
target
public int target() -
target
-