• 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
    • GPUTexture
class GPUTexture
implements GPUObjectBase

Properties

readonly
depthOrArrayLayers: number
readonly
dimension: GPUTextureDimension
readonly
format: GPUTextureFormat
readonly
height: number
label: string
readonly
mipLevelCount: number
readonly
sampleCount: number
readonly
usage: GPUFlagsConstant
readonly
width: number

Methods

createView(descriptor?: GPUTextureViewDescriptor): GPUTextureView
destroy(): undefined

Document Navigation

  • Properties
    • depthOrArrayLayers
    • dimension
    • format
    • height
    • label
    • mipLevelCount
    • sampleCount
    • usage
    • width
  • Methods
    • createView
    • destroy