@industry-theme/repository-composition-panels 0.7.3 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{BufferResource-BscnQCBn.js → BufferResource-BySfSNUb.js} +2 -2
- package/dist/{BufferResource-BscnQCBn.js.map → BufferResource-BySfSNUb.js.map} +1 -1
- package/dist/{CanvasRenderer-DXt8RTfi.js → CanvasRenderer-DHF2Dl6A.js} +3 -3
- package/dist/{CanvasRenderer-DXt8RTfi.js.map → CanvasRenderer-DHF2Dl6A.js.map} +1 -1
- package/dist/{Filter-DUJ3jI7H.js → Filter-BcZawFFP.js} +2 -2
- package/dist/{Filter-DUJ3jI7H.js.map → Filter-BcZawFFP.js.map} +1 -1
- package/dist/{RenderTargetSystem-D5QkA2zW.js → RenderTargetSystem-CcUjlcEn.js} +3 -3
- package/dist/{RenderTargetSystem-D5QkA2zW.js.map → RenderTargetSystem-CcUjlcEn.js.map} +1 -1
- package/dist/{WebGLRenderer-B_nBw2ba.js → WebGLRenderer-B9IXLBU3.js} +4 -4
- package/dist/{WebGLRenderer-B_nBw2ba.js.map → WebGLRenderer-B9IXLBU3.js.map} +1 -1
- package/dist/{WebGPURenderer-B2Pmx2Hh.js → WebGPURenderer-CKeryiWg.js} +4 -4
- package/dist/{WebGPURenderer-B2Pmx2Hh.js.map → WebGPURenderer-CKeryiWg.js.map} +1 -1
- package/dist/{browserAll-CiG96Bal.js → browserAll-Dvjnb3Ss.js} +3 -3
- package/dist/{browserAll-CiG96Bal.js.map → browserAll-Dvjnb3Ss.js.map} +1 -1
- package/dist/{index-D-SkQLOk.js → index-BL0L_jZJ.js} +213 -19
- package/dist/{index-D-SkQLOk.js.map → index-BL0L_jZJ.js.map} +1 -1
- package/dist/{init-DBllvWLw.js → init-NfYaoDuU.js} +3 -3
- package/dist/{init-DBllvWLw.js.map → init-NfYaoDuU.js.map} +1 -1
- package/dist/panels/PackageCompositionPanel.d.ts.map +1 -1
- package/dist/panels/components/PackageLoadingGraph.d.ts +3 -0
- package/dist/panels/components/PackageLoadingGraph.d.ts.map +1 -0
- package/dist/panels/components/index.d.ts +1 -0
- package/dist/panels/components/index.d.ts.map +1 -1
- package/dist/panels.bundle.js +1 -1
- package/dist/webworkerAll-q1iOXUTF.js +3 -0
- package/dist/webworkerAll-q1iOXUTF.js.map +1 -0
- package/package.json +1 -1
- package/dist/webworkerAll-ApBSWfHO.js +0 -3
- package/dist/webworkerAll-ApBSWfHO.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as State, I as getTextureBatchBindGroup, E as ExtensionType, J as GCManagedHash, l as uid, K as fastCopy, D as DOMAdapter, h as STENCIL_MODES, j as BufferUsage, i as Buffer, B as BindGroup, L as createIdFromString, w as warn, N as CLEAR, v as CanvasSource, O as TextureSource, U as UniformGroup, Q as CanvasPool, M as Matrix, V as compileHighShaderGpuProgram, W as colorBit, X as generateTextureBatchBit, Y as roundPixelsBit, S as Shader, c as Texture, A as AbstractRenderer, R as RendererType, f as extensions } from "./index-
|
|
2
|
-
import { c as createUboSyncFunction, u as uboSyncFunctionsWGSL, U as UboSystem, B as BufferResource, G as GpuStencilModesToPixi, e as ensureAttributes, l as localUniformBitGroup2, a as localUniformBit, t as textureBit } from "./BufferResource-
|
|
3
|
-
import { R as RenderTargetSystem, S as SharedSystems, d as SharedRenderPipes } from "./RenderTargetSystem-
|
|
1
|
+
import { a as State, I as getTextureBatchBindGroup, E as ExtensionType, J as GCManagedHash, l as uid, K as fastCopy, D as DOMAdapter, h as STENCIL_MODES, j as BufferUsage, i as Buffer, B as BindGroup, L as createIdFromString, w as warn, N as CLEAR, v as CanvasSource, O as TextureSource, U as UniformGroup, Q as CanvasPool, M as Matrix, V as compileHighShaderGpuProgram, W as colorBit, X as generateTextureBatchBit, Y as roundPixelsBit, S as Shader, c as Texture, A as AbstractRenderer, R as RendererType, f as extensions } from "./index-BL0L_jZJ.js";
|
|
2
|
+
import { c as createUboSyncFunction, u as uboSyncFunctionsWGSL, U as UboSystem, B as BufferResource, G as GpuStencilModesToPixi, e as ensureAttributes, l as localUniformBitGroup2, a as localUniformBit, t as textureBit } from "./BufferResource-BySfSNUb.js";
|
|
3
|
+
import { R as RenderTargetSystem, S as SharedSystems, d as SharedRenderPipes } from "./RenderTargetSystem-CcUjlcEn.js";
|
|
4
4
|
const tempState = State.for2d();
|
|
5
5
|
class GpuBatchAdaptor {
|
|
6
6
|
start(batchPipe, geometry, shader) {
|
|
@@ -2139,4 +2139,4 @@ class WebGPURenderer extends AbstractRenderer {
|
|
|
2139
2139
|
export {
|
|
2140
2140
|
WebGPURenderer
|
|
2141
2141
|
};
|
|
2142
|
-
//# sourceMappingURL=WebGPURenderer-
|
|
2142
|
+
//# sourceMappingURL=WebGPURenderer-CKeryiWg.js.map
|