Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GFXFramebuffer

GFX 帧缓冲。

Hierarchy

Index

Constructors

constructor

Properties

Protected _colorTextures

_colorTextures: (null | GFXTexture)[] = []

Protected _depthStencilTexture

_depthStencilTexture: GFXTexture | null = null

Protected _device

_device: GFXDevice

Protected _gfxType

_gfxType: GFXObjectType = GFXObjectType.UNKNOWN

Protected _renderPass

_renderPass: GFXRenderPass | null = null

Accessors

colorTextures

depthStencilTexture

gfxType

renderPass

Methods

Abstract destroy

  • destroy(): void

Abstract initialize

Generated using TypeDoc