Table of Contents

Class OpenGLBorrowedTextureDescriptor

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

Properties

Context

public OpenGLContextDescriptor? Context { get; set; }

Property Value

OpenGLContextDescriptor

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

Target

public uint Target { get; set; }

Property Value

uint

Texture

public uint Texture { get; set; }

Property Value

uint