IVulkanDevice Interface
Definition
Namespace: Avalonia.Vulkan
Assembly: Avalonia.Vulkan (in Avalonia.Vulkan.dll)
- C#
- VB
- F#
public interface IVulkanDevice : IDisposable,
IOptionalFeatureProvider
Public Interface IVulkanDevice
Inherits IDisposable, IOptionalFeatureProvider
type IVulkanDevice =
interface
interface IDisposable
interface IOptionalFeatureProvider
end
Implements | IOptionalFeatureProvider, IDisposable |
Properties
EnabledExtensions | |
GraphicsQueueFamilyIndex | |
Handle | |
Instance | |
IsLost | |
MainQueueHandle | |
PhysicalDeviceHandle |
Methods
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
Lock() |