Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FramebufferInfo

Hierarchy

  • FramebufferInfo

Index

Constructors

constructor

  • newFramebufferInfo(renderPass: RenderPass, colorTextures?: (null | Texture)[], depthStencilTexture?: Texture | null, colorMipmapLevels?: number[], depStencilMipmapLevel?: number): FramebufferInfo

Properties

Private _token

_token: never

colorMipmapLevels

colorMipmapLevels: number[]

colorTextures

colorTextures: (null | Texture)[]

depStencilMipmapLevel

depStencilMipmapLevel: number

depthStencilTexture

depthStencilTexture: Texture | null

renderPass

renderPass: RenderPass

Generated using TypeDoc