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

325 B

ClearPass (Experimental)

Clears the output buffer. Takes the same parameters as the clear call.

Usage

Clear the outputBuffer

  new ClearPass(gl)

Methods

constructor(gl : WebGLRenderingContext, props : Object)

Creates a new ClearPass instance

Properties

Inherits properties from Pass