Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlitParams

Hierarchy

  • BlitParams

Index

Properties

sourceFbo: Framebuffer

The Framebuffer to copy from.

mask: Partial<{ color: boolean | Record<number, number>; depth: boolean; stencil: boolean }>

A list defining which attachments should have their content copied over.

The texture filtering to apply when up/downscaling.

defaultvalue

TextureMagFilter.nearest

sourceRect?: [[number, number], [number, number]]

Pixel coordinates for the top-left and bottom-right corners of the source area.

defaultvalue

A rectangle covering the entire source buffer.

destinationRect?: [[number, number], [number, number]]

Pixel coordinates for the top-left and bottom-right corners of the destination area.

defaultvalue

A rectangle covering the entire destination buffer.

Generated using TypeDoc