BufferMapState


public final class BufferMapState

Describes the current mapping state of a buffer.

Summary

Constants

Mapped

public static final int Mapped = 3

The buffer is mapped and its contents are accessible.

Pending

public static final int Pending = 2

The buffer is in the process of being mapped.

Unmapped

public static final int Unmapped = 1

The buffer is not mapped.

Public methods

toString

Added in 1.0.0-alpha05
public static final @NonNull StringtoString(int value)