Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Framebuffer

GFX 帧缓冲。

Hierarchy

  • Obj
    • Framebuffer

Index

Constructors

constructor

Properties

Protected _colorTextures

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

Protected _depthStencilTexture

_depthStencilTexture: Texture | null = null

Protected _device

_device: Device

Protected _gfxType

_gfxType: ObjectType = ObjectType.UNKNOWN

Protected _renderPass

_renderPass: RenderPass | null = null

Accessors

colorTextures

  • get colorTextures(): (null | Texture)[]

depthStencilTexture

  • get depthStencilTexture(): Texture | null

gfxType

renderPass

Methods

Abstract destroy

  • destroy(): void

Abstract initialize

Generated using TypeDoc