Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GFXBindingLayout

GFX绑定布局。

Hierarchy

Index

Constructors

constructor

Properties

Protected _bindingUnits

_bindingUnits: GFXBindingUnit[] = []

绑定单元数组。

Protected _device

_device: GFXDevice

GFX设备。

Protected _gfxType

_gfxType: GFXObjectType = GFXObjectType.UNKNOWN

对象类型。

Protected _isDirty

_isDirty: boolean = false

脏数据标识。

Protected _status

_status: GFXStatus = GFXStatus.UNREADY

对象状态。

Accessors

gfxType

status

Methods

bindBuffer

  • bindBuffer(binding: number, buffer: GFXBuffer): void

bindSampler

  • bindSampler(binding: number, sampler: GFXSampler): void

bindTextureView

Abstract destroy

  • destroy(): any

getBindingUnit

Abstract initialize

Abstract update

  • update(): any

Generated using TypeDoc