GPUBufferMapState

type GPUBufferMapState = "unmapped" | "pending" | "mapped";

§Type

§
"unmapped" | "pending" | "mapped"
[src]