VulkanDeviceCreationOptions Class
Definition
public class VulkanDeviceCreationOptions
Constructors
| Name | Description |
|---|---|
| VulkanDeviceCreationOptions | No summary available. |
VulkanDeviceCreationOptions Constructor
public VulkanDeviceCreationOptions()
Properties
| Name | Description |
|---|---|
| DeviceExtensions | Specifies extensions to enable if available on the logical device |
| PreferDiscreteGpu | Selects the first suitable discrete gpu available |
| RequireComputeBit | No summary available. |
DeviceExtensions Property
Specifies extensions to enable if available on the logical device
public System.Collections.Generic.IList<string> DeviceExtensions { get; set; }
PreferDiscreteGpu Property
Selects the first suitable discrete gpu available
public bool PreferDiscreteGpu { get; set; }
RequireComputeBit Property
public bool RequireComputeBit { get; set; }