Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GFXRenderPass

GFX 渲染过程。

Hierarchy

Index

Constructors

constructor

Properties

Protected _colorInfos

_colorInfos: GFXColorAttachment[] = []

Protected _depthStencilInfo

_depthStencilInfo: GFXDepthStencilAttachment | null = null

Protected _device

_device: GFXDevice

Protected _gfxType

_gfxType: GFXObjectType = GFXObjectType.UNKNOWN

Protected _hash

_hash: number = 0

Protected _subPasses

_subPasses: IGFXSubPassInfo[] = []

Accessors

colorAttachments

depthStencilAttachment

gfxType

hash

  • get hash(): number

subPasses

Methods

Protected computeHash

  • computeHash(): number

Abstract destroy

  • destroy(): void

Abstract initialize

Generated using TypeDoc