VulkanError

public extension VulkanError
  • Cast constructor, converting any binary integer to a VulkanError.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The raw integer value to initialise the enum from

  • Vulkan is not supported on this backend or has not been compiled in.

    Declaration

    Swift

    static let unsupported: GdkVulkanError
  • Vulkan support is not available on this Surface

    Declaration

    Swift

    static let notAvailable: GdkVulkanError