-
Cast constructor, converting any binary integer to a
BlendStringError
.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryInteger
Parameters
raw
The raw integer value to initialise the enum from
-
Generic parse error
Declaration
Swift
static let parseError: CoglBlendStringError
-
Argument parse error
Declaration
Swift
static let argumentParseError: CoglBlendStringError
-
Internal parser error
Declaration
Swift
static let invalidError: CoglBlendStringError
-
Blend string not supported by the GPU
Declaration
Swift
static let gpuUnsupportedError: CoglBlendStringError