Class VulkanBorrowedTextureDescriptor
java.lang.Object
org.maplibre.nativeffi.render.VulkanBorrowedTextureDescriptor
Mutable descriptor for Vulkan caller-owned texture render targets.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontext()context(VulkanContextDescriptor context) extent()extent(RenderTargetExtent extent) finalLayout(int finalLayout) intformat()format(int format) booleanimage()image(NativePointer image) imageView(NativePointer imageView) intinitialLayout(int initialLayout)
-
Constructor Details
-
VulkanBorrowedTextureDescriptor
public VulkanBorrowedTextureDescriptor()
-
-
Method Details
-
extent
-
extent
-
context
-
context
-
image
-
image
-
imageView
-
imageView
-
format
public int format() -
format
-
initialLayout
public int initialLayout() -
initialLayout
-
hasFinalLayout
public boolean hasFinalLayout() -
finalLayout
-
finalLayout
-
clearFinalLayout
-