• Compression Streams API
  • Console and Debugging
  • DOM APIs
  • DOM Events
  • Encoding API
  • Fetch API
  • Fleek Node API
  • Observability
  • Scheduling
  • Streams API
  • Timers
  • Typed Arrays
  • Web APIs
  • Web Crypto API
  • Web File API
  • WebAssembly
  • WebGPU
  • WebSockets
  • Uncategorized
  • view all 376 symbols
  • Fleek Runtime APIs
    • GPUBuffer
    • .
    • prototype
    • .
    • mapAsync
method GPUBuffer.prototype.mapAsync
GPUBuffer.prototype.mapAsync(
mode: GPUMapModeFlags,
offset?: number,
size?: number,
): Promise<undefined>

Parameters

mode: GPUMapModeFlags
optional
offset: number
optional
size: number

Return Type

Promise<undefined>

Document Navigation

  • Parameters
    • mode
    • offset
    • size
  • Return Type