UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

16 lines 344 B
export default CopyShader; declare function CopyShader(): { uniforms: { tDiffuse: { type: string; value: any; }; opacity: { type: string; value: number; }; }; vertexShader: string; fragmentShader: string; }; //# sourceMappingURL=CopyShader.d.ts.map