TextureError

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • Unsupported size

    Declaration

    Swift

    static let size: CoglTextureError
  • Unsupported format

    Declaration

    Swift

    static let format: CoglTextureError
  • Undocumented

    Declaration

    Swift

    static let badParameter: CoglTextureError
  • A primitive texture type that is unsupported by the driver was used

    Declaration

    Swift

    static let type: CoglTextureError