Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DescriptorSetLayout

GFX descriptor sets layout.

Hierarchy

  • Obj
    • DescriptorSetLayout

Index

Constructors

constructor

Properties

Protected _bindingIndices

_bindingIndices: number[] = []

Protected _bindings

_bindings: DescriptorSetLayoutBinding[] = []

Protected _descriptorIndices

_descriptorIndices: number[] = []

Protected _device

_device: Device

Protected _gfxType

_gfxType: ObjectType = ObjectType.UNKNOWN

Accessors

bindingIndices

  • get bindingIndices(): number[]

bindings

descriptorIndices

  • get descriptorIndices(): number[]

gfxType

Methods

Abstract destroy

  • destroy(): void

Abstract initialize

Generated using TypeDoc