Type Alias WebGpuResource

WebGpuResource:
    | GPUTexture
    | GPUBuffer
    | GPUSampler
    | GPUTextureView
    | GPUBufferBinding
    | GPURenderPipeline
    | GPUComputePipeline
    | GPUBindGroupLayout
    | GPUBindGroup
    | GPUShaderModule
    | GPUCommandEncoder
    | GPUComputePassEncoder
    | GPURenderPassEncoder
    | GPUComputePipeline
    | GPURenderPipeline
    | GPUQuerySet
    | object