• 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
    • GPUTextureDescriptor
interface GPUTextureDescriptor
extends GPUObjectDescriptorBase

Properties

size: GPUExtent3D
optional
mipLevelCount: number
optional
sampleCount: number
optional
dimension: GPUTextureDimension
format: GPUTextureFormat
usage: GPUTextureUsageFlags
optional
viewFormats: GPUTextureFormat[]

Document Navigation

  • Properties
    • size
    • mipLevelCount
    • sampleCount
    • dimension
    • format
    • usage
    • viewFormats