Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RenderPass

GFX render pass.

Hierarchy

  • Obj
    • RenderPass

Index

Constructors

constructor

Properties

Protected _colorInfos

_colorInfos: ColorAttachment[] = []

Protected _depthStencilInfo

_depthStencilInfo: DepthStencilAttachment | null = null

Protected _device

_device: Device

Protected _gfxType

_gfxType: ObjectType = ObjectType.UNKNOWN

Protected _hash

_hash: number = 0

Protected _subPasses

_subPasses: SubPassInfo[] = []

Accessors

colorAttachments

depthStencilAttachment

gfxType

hash

  • get hash(): number

subPasses

Methods

Protected computeHash

  • computeHash(): number

Abstract destroy

  • destroy(): void

Abstract initialize

Generated using TypeDoc