Files
DefinitelyTyped/three/three-copyshader.d.ts
2017-02-08 10:53:02 +08:00

10 lines
331 B
TypeScript

// 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 <https://github.com/gyohk>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare namespace THREE {
export var CopyShader: Shader;
}