Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GFXRenderPass

GFX渲染过程。

Hierarchy

Index

Constructors

constructor

Properties

Protected _colorInfos

_colorInfos: GFXColorAttachment[] = []

GFX颜色附件数组。

Protected _depthStencilInfo

_depthStencilInfo: GFXDepthStencilAttachment | null = null

GFX深度模板附件。

Protected _device

_device: GFXDevice

GFX设备。

Protected _gfxType

_gfxType: GFXObjectType = GFXObjectType.UNKNOWN

对象类型。

Protected _status

_status: GFXStatus = GFXStatus.UNREADY

对象状态。

Accessors

gfxType

status

Methods

Abstract destroy

  • destroy(): void

Abstract initialize

Generated using TypeDoc