Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GFXFramebuffer

GFX帧缓冲。

Hierarchy

Index

Constructors

constructor

Properties

Protected _colorViews

_colorViews: GFXTextureView[] = []

颜色纹理视图数组。

Protected _depthStencilView

_depthStencilView: GFXTextureView | null = null

深度模板纹理视图。

Protected _device

_device: GFXDevice

GFX设备。

Protected _gfxType

_gfxType: GFXObjectType = GFXObjectType.UNKNOWN

对象类型。

Protected _isOffscreen

_isOffscreen: boolean = true

是否是离屏的。

Protected _renderPass

_renderPass: GFXRenderPass | null = null

GFX渲染过程。

Protected _status

_status: GFXStatus = GFXStatus.UNREADY

对象状态。

Accessors

colorViews

depthStencilView

gfxType

isOffscreen

  • get isOffscreen(): boolean

renderPass

status

Methods

Abstract destroy

  • destroy(): void

Abstract initialize

Generated using TypeDoc