Class VulkanContextDescriptor
- Namespace
- Maplibre.NativeFfi.Render
- Assembly
- Maplibre.NativeFfi.dll
public sealed class VulkanContextDescriptor
- Inheritance
-
VulkanContextDescriptor
- Inherited Members
-
Properties
Device
public NativePointer Device { get; set; }
Property Value
- NativePointer
GetDeviceProcAddr
public NativePointer GetDeviceProcAddr { get; set; }
Property Value
- NativePointer
GetInstanceProcAddr
public NativePointer GetInstanceProcAddr { get; set; }
Property Value
- NativePointer
GraphicsQueueFamilyIndex
public uint GraphicsQueueFamilyIndex { get; set; }
Property Value
- uint
Instance
public NativePointer Instance { get; set; }
Property Value
- NativePointer
PhysicalDevice
public NativePointer PhysicalDevice { get; set; }
Property Value
- NativePointer
Queue
public NativePointer Queue { get; set; }
Property Value
- NativePointer