16 lines
971 B
JavaScript
16 lines
971 B
JavaScript
shadow$provide.module$node_modules$pixi_DOT_js$lib$scene$particle_container$gl$GlParticleContainerPipe = function(global, require, module, exports) {
|
|
global = require("module$node_modules$pixi_DOT_js$lib$extensions$Extensions");
|
|
var GlParticleContainerAdaptor = require("module$node_modules$pixi_DOT_js$lib$scene$particle_container$gl$GlParticleContainerAdaptor");
|
|
require = require("module$node_modules$pixi_DOT_js$lib$scene$particle_container$shared$ParticleContainerPipe");
|
|
"use strict";
|
|
class GlParticleContainerPipe extends require.ParticleContainerPipe {
|
|
constructor(renderer) {
|
|
super(renderer, new GlParticleContainerAdaptor.GlParticleContainerAdaptor());
|
|
}
|
|
}
|
|
GlParticleContainerPipe.extension = {type:[global.ExtensionType.WebGLPipes], name:"particle"};
|
|
exports.GlParticleContainerPipe = GlParticleContainerPipe;
|
|
};
|
|
|
|
//# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$scene$particle_container$gl$GlParticleContainerPipe.js.map
|