• 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
  • WebGPU
    • GPUCanvasConfiguration
interface GPUCanvasConfiguration

Properties

device: GPUDevice
format: GPUTextureFormat
optional
usage: GPUTextureUsageFlags
optional
viewFormats: GPUTextureFormat[]
optional
colorSpace: "srgb" | "display-p3"
optional
alphaMode: GPUCanvasAlphaMode
width: number
height: number

Document Navigation

  • Properties
    • device
    • format
    • usage
    • viewFormats
    • colorSpace
    • alphaMode
    • width
    • height