Files
DefinitelyTyped/types/three/three-copyshader.d.ts
2017-03-24 14:27:52 -07: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;
}