Skip to main content

VulkanPlatformSpecificOptions Class

Definition

Namespace:Avalonia.Vulkan
Assembly:Avalonia.Vulkan
Package:Avalonia
public class VulkanPlatformSpecificOptions

Inheritance: object -> VulkanPlatformSpecificOptions

Constructors

NameDescription
VulkanPlatformSpecificOptionsNo summary available.

VulkanPlatformSpecificOptions Constructor

public VulkanPlatformSpecificOptions()

Properties

NameDescription
DeviceCheckSurfaceFactoryNo summary available.
GetProcAddressDelegateNo summary available.
PlatformFeaturesNo summary available.
RequiredInstanceExtensionsNo summary available.

DeviceCheckSurfaceFactory Property

public Func<Avalonia.Vulkan.IVulkanInstance, ulong> DeviceCheckSurfaceFactory { get; set; }

GetProcAddressDelegate Property

public Avalonia.Vulkan.VkGetInstanceProcAddressDelegate GetProcAddressDelegate { get; set; }

PlatformFeatures Property

public System.Collections.Generic.Dictionary<Type, object> PlatformFeatures { get; set; }

RequiredInstanceExtensions Property

public System.Collections.Generic.IList<string> RequiredInstanceExtensions { get; set; }