Typescript Library Declarations (DOM)

    Interface GPUObjectDescriptorBase

    interface GPUObjectDescriptorBase {
        label?: string;
    }
    Hierarchy
    • GPUObjectDescriptorBase (View Summary)
      • GPUBindGroupDescriptor
      • GPUBindGroupLayoutDescriptor
      • GPUBufferDescriptor
      • GPUComputePassDescriptor
      • GPUDeviceDescriptor
      • GPUExternalTextureDescriptor
      • GPUPipelineDescriptorBase
      • GPUPipelineLayoutDescriptor
      • GPUQuerySetDescriptor
      • GPURenderPassDescriptor
      • GPURenderPassLayout
      • GPUSamplerDescriptor
      • GPUShaderModuleDescriptor
      • GPUTextureDescriptor
      • GPUTextureViewDescriptor
    Index

    Properties

    label?

    Properties

    Optionallabel

    label?: string

    The initial value of GPUObjectBase.label.

    Settings

    Member Visibility

    On This Page

    Properties
    label
    Typescript Library Declarations (DOM)