-
Cast constructor, converting any binary integer to a
BlendStringError.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryIntegerParameters
rawThe 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
View on GitHub
Install in Dash
BlendStringError Extension Reference