@industry-theme/repository-composition-panels 0.7.5 → 0.7.6
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-CHhoaerO.js → BufferResource-C31ApAtI.js} +2 -2
- package/dist/{BufferResource-CHhoaerO.js.map → BufferResource-C31ApAtI.js.map} +1 -1
- package/dist/{CanvasRenderer-ByT5AV8x.js → CanvasRenderer-8qDPmI6y.js} +3 -3
- package/dist/{CanvasRenderer-ByT5AV8x.js.map → CanvasRenderer-8qDPmI6y.js.map} +1 -1
- package/dist/{Filter-Dhhy5IL7.js → Filter-BB0aq-Zy.js} +2 -2
- package/dist/{Filter-Dhhy5IL7.js.map → Filter-BB0aq-Zy.js.map} +1 -1
- package/dist/{RenderTargetSystem-BEQsi09b.js → RenderTargetSystem-aSToba5s.js} +3 -3
- package/dist/{RenderTargetSystem-BEQsi09b.js.map → RenderTargetSystem-aSToba5s.js.map} +1 -1
- package/dist/{WebGLRenderer-BnHZE5Mp.js → WebGLRenderer-KD33jTG8.js} +4 -4
- package/dist/{WebGLRenderer-BnHZE5Mp.js.map → WebGLRenderer-KD33jTG8.js.map} +1 -1
- package/dist/{WebGPURenderer-Bggk73-1.js → WebGPURenderer-CgEpGyW-.js} +4 -4
- package/dist/{WebGPURenderer-Bggk73-1.js.map → WebGPURenderer-CgEpGyW-.js.map} +1 -1
- package/dist/{browserAll-DMDsy2el.js → browserAll-DsnGrrNf.js} +3 -3
- package/dist/{browserAll-DMDsy2el.js.map → browserAll-DsnGrrNf.js.map} +1 -1
- package/dist/{index-7aQ4t9XI.js → index-mh2Usj7o.js} +18 -10
- package/dist/{index-7aQ4t9XI.js.map → index-mh2Usj7o.js.map} +1 -1
- package/dist/{init-BFRc255S.js → init-BA0h7AnH.js} +3 -3
- package/dist/{init-BFRc255S.js.map → init-BA0h7AnH.js.map} +1 -1
- package/dist/panels/components/PackageLoadingGraph.d.ts.map +1 -1
- package/dist/panels/overworld-map/isometricUtils.d.ts.map +1 -1
- package/dist/panels.bundle.js +1 -1
- package/dist/webworkerAll-B1yAYeD0.js +3 -0
- package/dist/webworkerAll-B1yAYeD0.js.map +1 -0
- package/package.json +1 -1
- package/dist/webworkerAll-D8hIL1sE.js +0 -3
- package/dist/webworkerAll-D8hIL1sE.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-mh2Usj7o.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-C31ApAtI.js";
|
|
3
|
+
import { R as RenderTargetSystem, S as SharedSystems, d as SharedRenderPipes } from "./RenderTargetSystem-aSToba5s.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-CgEpGyW-.js.map
|