ZernikaloscontextBufferBitBufferBit MembersEntries Entries COLOR_BUFFER Link copied to clipboard ogl COLOR_BUFFER DEPTH_BUFFER Link copied to clipboard ogl DEPTH_BUFFER Properties entries Link copied to clipboard ogl val entries: EnumEntries<BufferBit>Returns a representation of an immutable list of all enum entries, in the order they're declared. name Link copied to clipboard ogl expect val name: String ordinal Link copied to clipboard ogl expect val ordinal: Int value Link copied to clipboard ogl val value: Int Functions valueOf Link copied to clipboard ogl fun valueOf(value: String): BufferBitReturns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) values Link copied to clipboard ogl fun values(): Array<BufferBit>Returns an array containing the constants of this enum type, in the order they're declared.