StereoMode

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • draw to both stereo buffers

    Declaration

    Swift

    static let both: CoglStereoMode
  • draw only to the left stereo buffer

    Declaration

    Swift

    static let left: CoglStereoMode
  • draw only to the left stereo buffer

    Declaration

    Swift

    static let right: CoglStereoMode