csharp
public readonly record struct VulkanInstanceOptionsWhat to create the Vulkan instance as.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public string ApplicationNameThe application's name, which the driver and tools show.
public bool EnableValidationWhether to enable the validation layers and the debug messenger.
public IReadOnlyList<string> RequiredExtensionsExtra instance extensions the surface needs — SDL says which.
public ILogger? LoggerWhere validation messages go.
Methods (1)
public VulkanInstanceOptions()What to create the Vulkan instance as.
Used by (3)
- VulkanDeviceVixen.Graphics.Vulkan
- VulkanInstanceVixen.Graphics.Vulkan
- VulkanInstanceTestsVixen.Graphics.Vulkan.Tests