Table of Contents

Class MetalBorrowedTextureDescriptor

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

Properties

Extent

public RenderTargetExtent Extent { get; set; }

Property Value

RenderTargetExtent

PhysicalHeight

public uint PhysicalHeight { get; set; }

Property Value

uint

PhysicalWidth

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

public uint PhysicalWidth { get; set; }

Property Value

uint

Texture

public NativePointer Texture { get; set; }

Property Value

NativePointer