GLError

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • OpenGL support is not available

    Declaration

    Swift

    static let notAvailable: GdkGLError
  • The requested visual format is not supported

    Declaration

    Swift

    static let unsupportedFormat: GdkGLError
  • The requested profile is not supported

    Declaration

    Swift

    static let unsupportedProfile: GdkGLError