Skip to main content

GPUBufferMapState

type alias GPUBufferMapState

Definition Jump to heading

"unmapped"
| "pending"
| "mapped"
Back to top