Files
DefinitelyTyped/threejs/three-copyshader.d.ts
2014-11-16 08:58:23 +09:00

11 lines
359 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/borisyankov/DefinitelyTyped
/// <reference path="./three.d.ts" />
declare module THREE {
export var CopyShader: Shader;
}