Skip to main content

Struct GRVkBackendContext

Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll

public readonly struct GRVkBackendContext

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

GetProcedureAddress

public Func<string, nint, nint, nint>? GetProcedureAddress { get; init; }

Property Value

Func<string, nint, nint, nint>?

GraphicsQueueIndex

public uint GraphicsQueueIndex { get; init; }

Property Value

uint

VkDevice

public nint VkDevice { get; init; }

Property Value

nint

VkInstance

public nint VkInstance { get; init; }

Property Value

nint

VkPhysicalDevice

public nint VkPhysicalDevice { get; init; }

Property Value

nint

VkQueue

public nint VkQueue { get; init; }

Property Value

nint