UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

18 lines 491 B
export default AlphaBlendShader; declare namespace AlphaBlendShader { namespace uniforms { namespace tDiffuse1 { let type: string; let value: any; } namespace tDiffuse2 { let type_1: string; export { type_1 as type }; let value_1: any; export { value_1 as value }; } } let vertexShader: string; let fragmentShader: string; } //# sourceMappingURL=AlphaBlendShader.d.ts.map