-
The corresponding value of the raw type
Declaration
Swift
public var rawValue: UInt32 -
The equivalent raw Int value
Declaration
Swift
@inlinable public var intValue: Int { get set } -
The equivalent raw
gintvalueDeclaration
Swift
@inlinable public var int: gint { get set } -
The equivalent underlying
CoglBufferBitenum valueDeclaration
Swift
@inlinable public var value: CoglBufferBit { get set } -
Creates a new instance with the specified raw value
Declaration
Swift
@inlinable public init(rawValue: UInt32) -
Creates a new instance with the specified
CoglBufferBitenum valueDeclaration
Swift
@inlinable public init(_ enumValue: CoglBufferBit) -
Creates a new instance with the specified Int value
Declaration
Swift
@inlinable public init<I>(_ intValue: I) where I : BinaryInteger -
Selects the primary color buffer
Declaration
Swift
public static let color: BufferBit -
Selects the depth buffer
Declaration
Swift
public static let depth: BufferBit -
Selects the stencil buffer
Declaration
Swift
public static let stencil: BufferBit
View on GitHub
Install in Dash
BufferBit Structure Reference