// Type definitions for three.js (CopyShader.js) // Project: https://github.com/mrdoob/three.js/blob/r68/examples/js/shaders/CopyShader.js // Definitions by: Satoru Kimura // Definitions: https://github.com/borisyankov/DefinitelyTyped /// declare module THREE { export var CopyShader: Shader; }