BufferMapState


class BufferMapState


Describes the current mapping state of a buffer.

Summary

Constants

const Int
Mapped = 3

The buffer is mapped and its contents are accessible.

const Int

The buffer is in the process of being mapped.

const Int

The buffer is not mapped.

Public companion functions

String
toString(value: Int)

Constants

Mapped

const val Mapped = 3: Int

The buffer is mapped and its contents are accessible.

Pending

const val Pending = 2: Int

The buffer is in the process of being mapped.

Unmapped

const val Unmapped = 1: Int

The buffer is not mapped.

Public companion functions

toString

Added in 1.0.0-alpha05
fun toString(value: Int): String