InstanceExtensions Property
Specifies additional extensions to enable if available on the instance
Definition
Namespace: Avalonia.Vulkan
Assembly: Avalonia.Vulkan (in Avalonia.Vulkan.dll)
- C#
- VB
- F#
public IList<string> InstanceExtensions { get; set; }
Public Property InstanceExtensions As IList(Of String)
Get
Set
member InstanceExtensions : IList<string> with get, set
Property Value
See Also
Reference
VulkanInstanceCreationOptions Class
Avalonia.Vulkan Namespace