Table of Contents

Class VulkanBorrowedTextureDescriptor

Namespace
Maplibre.NativeFfi.Render
Assembly
Maplibre.NativeFfi.dll
public sealed class VulkanBorrowedTextureDescriptor
Inheritance
VulkanBorrowedTextureDescriptor
Inherited Members

Properties

Context

public VulkanContextDescriptor? Context { get; set; }

Property Value

VulkanContextDescriptor

Extent

public RenderTargetExtent Extent { get; set; }

Property Value

RenderTargetExtent

FinalLayout

public uint FinalLayout { get; set; }

Property Value

uint

Format

public uint Format { get; set; }

Property Value

uint

Image

public NativePointer Image { get; set; }

Property Value

NativePointer

ImageView

public NativePointer ImageView { get; set; }

Property Value

NativePointer

InitialLayout

public uint InitialLayout { get; set; }

Property Value

uint

PhysicalHeight

public uint PhysicalHeight { get; set; }

Property Value

uint

PhysicalWidth

Physical image size in device pixels. The image is sized by its owner, so this is stated rather than derived from Extent.

public uint PhysicalWidth { get; set; }

Property Value

uint