@industry-theme/repository-composition-panels 0.7.11 → 0.7.12
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-6gem3CqS.js → BufferResource-C7fE0rET.js} +2 -2
- package/dist/{BufferResource-6gem3CqS.js.map → BufferResource-C7fE0rET.js.map} +1 -1
- package/dist/{CanvasRenderer-edr9w5k5.js → CanvasRenderer-_Iy-Pv92.js} +3 -3
- package/dist/{CanvasRenderer-edr9w5k5.js.map → CanvasRenderer-_Iy-Pv92.js.map} +1 -1
- package/dist/{Filter-BNywBw6o.js → Filter-CXBBYFva.js} +2 -2
- package/dist/{Filter-BNywBw6o.js.map → Filter-CXBBYFva.js.map} +1 -1
- package/dist/{RenderTargetSystem-BFtAvhWW.js → RenderTargetSystem-DWOQgrs8.js} +3 -3
- package/dist/{RenderTargetSystem-BFtAvhWW.js.map → RenderTargetSystem-DWOQgrs8.js.map} +1 -1
- package/dist/{WebGLRenderer-DqXfwQ5Z.js → WebGLRenderer-DRGMbCDS.js} +4 -4
- package/dist/{WebGLRenderer-DqXfwQ5Z.js.map → WebGLRenderer-DRGMbCDS.js.map} +1 -1
- package/dist/{WebGPURenderer-BPeDIyIX.js → WebGPURenderer-DCNOo2ZZ.js} +4 -4
- package/dist/{WebGPURenderer-BPeDIyIX.js.map → WebGPURenderer-DCNOo2ZZ.js.map} +1 -1
- package/dist/{browserAll-DRQiwl3u.js → browserAll-DlgkhdaB.js} +3 -3
- package/dist/{browserAll-DRQiwl3u.js.map → browserAll-DlgkhdaB.js.map} +1 -1
- package/dist/{index-C8q6hFov.js → index-71kRarFy.js} +118 -6
- package/dist/{index-C8q6hFov.js.map → index-71kRarFy.js.map} +1 -1
- package/dist/{init-CAjF2nwX.js → init-DWmYCOyt.js} +3 -3
- package/dist/{init-CAjF2nwX.js.map → init-DWmYCOyt.js.map} +1 -1
- package/dist/panels/CollectionMapPanel.d.ts.map +1 -1
- package/dist/panels.bundle.js +1 -1
- package/dist/webworkerAll-6jsPbrwc.js +3 -0
- package/dist/webworkerAll-6jsPbrwc.js.map +1 -0
- package/package.json +1 -1
- package/dist/webworkerAll-Crkzljpi.js +0 -3
- package/dist/webworkerAll-Crkzljpi.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-71kRarFy.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-C7fE0rET.js";
|
|
3
|
+
import { R as RenderTargetSystem, S as SharedSystems, d as SharedRenderPipes } from "./RenderTargetSystem-DWOQgrs8.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-DCNOo2ZZ.js.map
|