@industry-theme/repository-composition-panels 0.7.7 → 0.7.8
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-BQ4EbO0E.js → BufferResource-BrcB7GjV.js} +2 -2
- package/dist/{BufferResource-BQ4EbO0E.js.map → BufferResource-BrcB7GjV.js.map} +1 -1
- package/dist/{CanvasRenderer-CShuXSaA.js → CanvasRenderer-DVCVlQAe.js} +3 -3
- package/dist/{CanvasRenderer-CShuXSaA.js.map → CanvasRenderer-DVCVlQAe.js.map} +1 -1
- package/dist/{Filter-BL8qMe6t.js → Filter-g5P8NVFK.js} +2 -2
- package/dist/{Filter-BL8qMe6t.js.map → Filter-g5P8NVFK.js.map} +1 -1
- package/dist/{RenderTargetSystem-DhwDZ9FS.js → RenderTargetSystem-BXTKkVz0.js} +3 -3
- package/dist/{RenderTargetSystem-DhwDZ9FS.js.map → RenderTargetSystem-BXTKkVz0.js.map} +1 -1
- package/dist/{WebGLRenderer-Bm1hVYQ_.js → WebGLRenderer-C1p4kl1P.js} +4 -4
- package/dist/{WebGLRenderer-Bm1hVYQ_.js.map → WebGLRenderer-C1p4kl1P.js.map} +1 -1
- package/dist/{WebGPURenderer-Bw59t4A5.js → WebGPURenderer-XEr9nHdK.js} +4 -4
- package/dist/{WebGPURenderer-Bw59t4A5.js.map → WebGPURenderer-XEr9nHdK.js.map} +1 -1
- package/dist/{browserAll-CjncPJpI.js → browserAll-33uY9PDc.js} +3 -3
- package/dist/{browserAll-CjncPJpI.js.map → browserAll-33uY9PDc.js.map} +1 -1
- package/dist/{index-Dx2G4QAh.js → index-DpCjdndq.js} +8 -8
- package/dist/{index-Dx2G4QAh.js.map → index-DpCjdndq.js.map} +1 -1
- package/dist/{init-DgBWEJxJ.js → init-CACqkXAX.js} +3 -3
- package/dist/{init-DgBWEJxJ.js.map → init-CACqkXAX.js.map} +1 -1
- package/dist/panels.bundle.js +1 -1
- package/dist/webworkerAll-Cmk7KfNi.js +3 -0
- package/dist/webworkerAll-Cmk7KfNi.js.map +1 -0
- package/package.json +1 -1
- package/dist/webworkerAll-C4pMbFGR.js +0 -3
- package/dist/webworkerAll-C4pMbFGR.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-DpCjdndq.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-BrcB7GjV.js";
|
|
3
|
+
import { R as RenderTargetSystem, S as SharedSystems, d as SharedRenderPipes } from "./RenderTargetSystem-BXTKkVz0.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-XEr9nHdK.js.map
|