@industry-theme/repository-composition-panels 0.3.0 → 0.4.0
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-w_Mblh-U.js → BufferResource-BCpBEBx3.js} +2 -2
- package/dist/{BufferResource-w_Mblh-U.js.map → BufferResource-BCpBEBx3.js.map} +1 -1
- package/dist/{CanvasRenderer-DaRXUH5B.js → CanvasRenderer-iG2Jz-yG.js} +3 -3
- package/dist/{CanvasRenderer-DaRXUH5B.js.map → CanvasRenderer-iG2Jz-yG.js.map} +1 -1
- package/dist/{Filter-Bik-uNoM.js → Filter-fqw2WORQ.js} +2 -2
- package/dist/{Filter-Bik-uNoM.js.map → Filter-fqw2WORQ.js.map} +1 -1
- package/dist/{RenderTargetSystem-BHqboLvI.js → RenderTargetSystem-Dg6WFNNw.js} +3 -3
- package/dist/{RenderTargetSystem-BHqboLvI.js.map → RenderTargetSystem-Dg6WFNNw.js.map} +1 -1
- package/dist/{WebGLRenderer-au9moLXi.js → WebGLRenderer-i80Q_ErA.js} +4 -4
- package/dist/{WebGLRenderer-au9moLXi.js.map → WebGLRenderer-i80Q_ErA.js.map} +1 -1
- package/dist/{WebGPURenderer-CE4FSASL.js → WebGPURenderer-DQX0nbjC.js} +4 -4
- package/dist/{WebGPURenderer-CE4FSASL.js.map → WebGPURenderer-DQX0nbjC.js.map} +1 -1
- package/dist/{browserAll-Ce9SOske.js → browserAll-BNKVnO7o.js} +3 -3
- package/dist/{browserAll-Ce9SOske.js.map → browserAll-BNKVnO7o.js.map} +1 -1
- package/dist/{index-SLDu-OgG.js → index-DQuIkzFM.js} +13 -43
- package/dist/{index-SLDu-OgG.js.map → index-DQuIkzFM.js.map} +1 -1
- package/dist/index.d.ts +6 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/{init-CORdPbRQ.js → init-DgkGyYEL.js} +3 -3
- package/dist/{init-CORdPbRQ.js.map → init-DgkGyYEL.js.map} +1 -1
- package/dist/panels/CollectionMapPanel.d.ts +10 -2
- package/dist/panels/CollectionMapPanel.d.ts.map +1 -1
- package/dist/panels.bundle.js +1 -1
- package/dist/webworkerAll-CJVrQ5fB.js +3 -0
- package/dist/webworkerAll-CJVrQ5fB.js.map +1 -0
- package/package.json +3 -3
- package/dist/webworkerAll-B0aIVLd6.js +0 -3
- package/dist/webworkerAll-B0aIVLd6.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-DQuIkzFM.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-BCpBEBx3.js";
|
|
3
|
+
import { R as RenderTargetSystem, S as SharedSystems, d as SharedRenderPipes } from "./RenderTargetSystem-Dg6WFNNw.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-DQX0nbjC.js.map
|