@industry-theme/repository-composition-panels 0.2.67 → 0.2.69
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-BkMv-rm5.js → BufferResource-W1nNjMaZ.js} +2 -2
- package/dist/{BufferResource-BkMv-rm5.js.map → BufferResource-W1nNjMaZ.js.map} +1 -1
- package/dist/{CanvasRenderer-B-lSeO2E.js → CanvasRenderer-CKM6hG5c.js} +3 -3
- package/dist/{CanvasRenderer-B-lSeO2E.js.map → CanvasRenderer-CKM6hG5c.js.map} +1 -1
- package/dist/{Filter-BS_v0fYn.js → Filter-DJPZQUrj.js} +2 -2
- package/dist/{Filter-BS_v0fYn.js.map → Filter-DJPZQUrj.js.map} +1 -1
- package/dist/{RenderTargetSystem-BDoVz28I.js → RenderTargetSystem-BZF-8-3w.js} +3 -3
- package/dist/{RenderTargetSystem-BDoVz28I.js.map → RenderTargetSystem-BZF-8-3w.js.map} +1 -1
- package/dist/{WebGLRenderer-KK6nf9mt.js → WebGLRenderer-gM6xjOWu.js} +4 -4
- package/dist/{WebGLRenderer-KK6nf9mt.js.map → WebGLRenderer-gM6xjOWu.js.map} +1 -1
- package/dist/{WebGPURenderer-B4hjYNeT.js → WebGPURenderer-BGKbtKGe.js} +4 -4
- package/dist/{WebGPURenderer-B4hjYNeT.js.map → WebGPURenderer-BGKbtKGe.js.map} +1 -1
- package/dist/{browserAll-cgfXWy64.js → browserAll-DwQPB-AS.js} +3 -3
- package/dist/{browserAll-cgfXWy64.js.map → browserAll-DwQPB-AS.js.map} +1 -1
- package/dist/{index-BBjo-hgE.js → index-jN4GWOKf.js} +12 -16
- package/dist/{index-BBjo-hgE.js.map → index-jN4GWOKf.js.map} +1 -1
- package/dist/{init-Bh_nGYln.js → init-CL1usk1_.js} +3 -3
- package/dist/{init-Bh_nGYln.js.map → init-CL1usk1_.js.map} +1 -1
- package/dist/panels/CollectionMapPanel.d.ts.map +1 -1
- package/dist/panels.bundle.js +1 -1
- package/dist/webworkerAll-DgoHv3Gr.js +3 -0
- package/dist/webworkerAll-DgoHv3Gr.js.map +1 -0
- package/package.json +1 -1
- package/dist/webworkerAll-DVhC1BB9.js +0 -3
- package/dist/webworkerAll-DVhC1BB9.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-jN4GWOKf.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-W1nNjMaZ.js";
|
|
3
|
+
import { R as RenderTargetSystem, S as SharedSystems, d as SharedRenderPipes } from "./RenderTargetSystem-BZF-8-3w.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-BGKbtKGe.js.map
|