csharp
public sealed class VulkanExceptionA Vulkan call that failed in a way the caller could not have prevented.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
Distinct from ArgumentException, which is what a bad description gets: this one means the driver refused something the RHI believed was legal, and the message carries the entry point and the result code because those are the only two facts that narrow it down.
Methods (3)
public VulkanException(string message)Creates one.
public VulkanException()Creates one.
public VulkanException(string message, Exception innerException)Creates one.
Used by (3)
- BindlessSamplingDeviceTestsVixen.Graphics.Golden.Tests
- VulkanDeviceVixen.Graphics.Vulkan
- VulkanSwapChainVixen.Graphics.Vulkan