pixi.js
Version:
<p align="center"> <a href="https://pixijs.com" target="_blank" rel="noopener noreferrer"> <img height="150" src="https://files.pixijs.download/branding/pixijs-logo-transparent-dark.svg?v=1" alt="PixiJS logo"> </a> </p> <br/> <p align="center">
1 lines • 1.24 kB
Source Map (JSON)
{"version":3,"file":"GpuParticleContainerPipe.mjs","sources":["../../../../src/scene/particle-container/shared/GpuParticleContainerPipe.ts"],"sourcesContent":["import { ExtensionType } from '../../../extensions/Extensions';\nimport { GpuParticleContainerAdaptor } from '../gpu/GpuParticleContainerAdaptor';\nimport { ParticleContainerPipe } from './ParticleContainerPipe';\n\nimport type { WebGPURenderer } from '../../../rendering/renderers/gpu/WebGPURenderer';\n\n/**\n * WebGPU renderer for Particles that is designed for speed over feature set.\n * @category scene\n * @internal\n */\nexport class GpuParticleContainerPipe extends ParticleContainerPipe\n{\n /** @ignore */\n public static extension = {\n type: [\n ExtensionType.WebGPUPipes,\n ],\n name: 'particle',\n } as const;\n\n constructor(renderer: WebGPURenderer)\n {\n super(renderer, new GpuParticleContainerAdaptor());\n }\n}\n"],"names":[],"mappings":";;;;;AAWO,MAAM,iCAAiC,qBAC9C,CAAA;AAAA,EASI,YAAY,QACZ,EAAA;AACI,IAAM,KAAA,CAAA,QAAA,EAAU,IAAI,2BAAA,EAA6B,CAAA,CAAA;AAAA,GACrD;AACJ,CAAA;AAAA;AAda,wBAAA,CAGK,SAAY,GAAA;AAAA,EACtB,IAAM,EAAA;AAAA,IACF,aAAc,CAAA,WAAA;AAAA,GAClB;AAAA,EACA,IAAM,EAAA,UAAA;AACV,CAAA;;;;"}