Typescript Library Declarations (DOM)

    Interface GPUObjectBase

    interface GPUObjectBase {
        label: string;
    }
    Hierarchy
    • GPUObjectBase (View Summary)
      • GPUBindGroup
      • GPUBindGroupLayout
      • GPUBuffer
      • GPUCommandBuffer
      • GPUCommandEncoder
      • GPUComputePassEncoder
      • GPUComputePipeline
      • GPUDevice
      • GPUExternalTexture
      • GPUPipelineLayout
      • GPUQuerySet
      • GPUQueue
      • GPURenderBundle
      • GPURenderBundleEncoder
      • GPURenderPassEncoder
      • GPURenderPipeline
      • GPUSampler
      • GPUShaderModule
      • GPUTexture
      • GPUTextureView
    Index

    Properties

    label

    Properties

    label

    label: string

    Settings

    Member Visibility

    On This Page

    Properties
    label
    Typescript Library Declarations (DOM)