Files
nothoughts/node_modules/pixi.js/lib/rendering/init.mjs.map
2025-08-04 18:57:35 +02:00

1 line
1.4 KiB
Plaintext

{"version":3,"file":"init.mjs","sources":["../../src/rendering/init.ts"],"sourcesContent":["import { extensions } from '../extensions/Extensions';\nimport { AlphaMask } from './mask/alpha/AlphaMask';\nimport { ColorMask } from './mask/color/ColorMask';\nimport { StencilMask } from './mask/stencil/StencilMask';\nimport { BufferImageSource } from './renderers/shared/texture/sources/BufferImageSource';\nimport { CanvasSource } from './renderers/shared/texture/sources/CanvasSource';\nimport { ImageSource } from './renderers/shared/texture/sources/ImageSource';\nimport { VideoSource } from './renderers/shared/texture/sources/VideoSource';\nimport './renderers/shared/texture/utils/textureFrom';\nimport './mask/MaskEffectManager';\n\n/**\n * The rendering namespace contains all the classes used for core rendering in PixiJS\n * this includes all the lower level resources such as Textures, Shaders, State, Buffers,\n * Geometry and the systems required to use them. This covers WebGL and WebGPU and their shared classes.\n *\n * To automatically create a renderer based on available resources, see the {@link rendering.autoDetectRenderer} function.\n * @namespace rendering\n */\n\nextensions.add(AlphaMask, ColorMask, StencilMask, VideoSource, ImageSource, CanvasSource, BufferImageSource);\n\n"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,UAAA,CAAW,IAAI,SAAW,EAAA,SAAA,EAAW,aAAa,WAAa,EAAA,WAAA,EAAa,cAAc,iBAAiB,CAAA"}