mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 13:27:15 +08:00
11 lines
329 B
TypeScript
11 lines
329 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;
|
|
}
|