Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FboOpts

Hierarchy

  • FboOpts

Index

Properties

Properties

Optional depth

Optional pre-instantiated RBO to be used as depth buffer for this FBO.

tex

tex: ITexture[]

Array of Texture instances to be used as color attachments. Multiple attachments are only allowed if the webgl_draw_buffers extension is available. The texture at [0] will be mapped to COLOR_ATTACHMENT0 (or COLOR_ATTACHMENT0_WEBGL), other indices are mapped to their respective attachment IDs.

Generated using TypeDoc