SystemError

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • You tried to use a feature or configuration not currently available.

    Declaration

    Swift

    static let coglSystemErrorUnsupported: CoglSystemError
  • You tried to allocate a resource such as a texture and there wasn’t enough memory.

    Declaration

    Swift

    static let coglSystemErrorNoMemory: CoglSystemError