Vixen
02b45cc4
csharp
public readonly record struct VulkanInstanceOptions

What 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 ApplicationName

    The application's name, which the driver and tools show.

  • public bool EnableValidation

    Whether to enable the validation layers and the debug messenger.

  • public IReadOnlyList<string> RequiredExtensions

    Extra instance extensions the surface needs — SDL says which.

  • public ILogger? Logger

    Where 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