2018-08-28 17:32:32 -07:00

370 B

CopyPass (Experimental)

Copies the input buffer to the output buffer or the screen.

Usage

Copy output of the previous pass (the inputBuffer) to the screen

  new CopyPass(gl, {screen: true}),

Methods

constructor(gl : WebGLRenderingContext, props : Object)

Creates a new CopyPass instance

Properties

Inherits properties from Pass