VulkanPlatformSpecificOptions Class
Definition
public class VulkanPlatformSpecificOptions
Constructors
| Name | Description |
|---|---|
| VulkanPlatformSpecificOptions | No summary available. |
VulkanPlatformSpecificOptions Constructor
public VulkanPlatformSpecificOptions()
Properties
| Name | Description |
|---|---|
| DeviceCheckSurfaceFactory | No summary available. |
| GetProcAddressDelegate | No summary available. |
| PlatformFeatures | No summary available. |
| RequiredInstanceExtensions | No 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; }