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

Protected _gfxType

_gfxType: GFXObjectType = GFXObjectType.UNKNOWN

Protected _isOffscreen

_isOffscreen: boolean = true

Protected _renderPass

_renderPass: GFXRenderPass | null = null

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