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
VkDevice
public nint VkDevice { get; init; }
Property Value
VkInstance
public nint VkInstance { get; init; }
Property Value
VkPhysicalDevice
public nint VkPhysicalDevice { get; init; }
Property Value
VkQueue
public nint VkQueue { get; init; }