ClearableBufferType

enum ClearableBufferType : Enum<ClearableBufferType>

Clearable buffer type.

Entries

COLOR_BUFFER
Link copied to clipboard
common
Color buffer.
DEPTH_BUFFER
Link copied to clipboard
common
Depth buffer.
STENCIL_BUFFER
Link copied to clipboard
common
Stencil buffer.

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: ClearableBufferType): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int