IVulkanDevice Interface
Definition
public interface IVulkanDevice
Methods
| Name | Description |
|---|---|
| Lock | No summary available. |
Lock Method
public IDisposable Lock()
Returns
IDisposable
Properties
| Name | Description |
|---|---|
| EnabledExtensions | No summary available. |
| GraphicsQueueFamilyIndex | No summary available. |
| Handle | No summary available. |
| Instance | No summary available. |
| IsLost | No summary available. |
| MainQueueHandle | No summary available. |
| PhysicalDeviceHandle | No summary available. |
EnabledExtensions Property
public System.Collections.Generic.IEnumerable<string> EnabledExtensions { get; set; }
GraphicsQueueFamilyIndex Property
public uint GraphicsQueueFamilyIndex { get; set; }
Handle Property
public IntPtr Handle { get; set; }
Instance Property
public Avalonia.Vulkan.IVulkanInstance Instance { get; set; }
IsLost Property
public bool IsLost { get; set; }
MainQueueHandle Property
public IntPtr MainQueueHandle { get; set; }
PhysicalDeviceHandle Property
public IntPtr PhysicalDeviceHandle { get; set; }