@forgeax/engine-render 0.1.33 → 0.1.34
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/README.md +1010 -124
- package/dist/assembly/backend-contract.d.ts +2 -0
- package/dist/assembly/backend-contract.d.ts.map +1 -1
- package/dist/assembly/barrel-distortion-inspection.d.ts +3 -0
- package/dist/assembly/barrel-distortion-inspection.d.ts.map +1 -0
- package/dist/assembly/canvas-draw-guard.d.ts +3 -0
- package/dist/assembly/canvas-draw-guard.d.ts.map +1 -0
- package/dist/assembly/cloud-shadow-entry.d.ts +4 -0
- package/dist/assembly/cloud-shadow-entry.d.ts.map +1 -0
- package/dist/assembly/dynamic-geometry-host.d.ts +4 -1
- package/dist/assembly/dynamic-geometry-host.d.ts.map +1 -1
- package/dist/assembly/dynamic-geometry-runtime.d.ts +1 -1
- package/dist/assembly/dynamic-geometry-runtime.d.ts.map +1 -1
- package/dist/assembly/factory.d.ts +1 -1
- package/dist/assembly/factory.d.ts.map +1 -1
- package/dist/assembly/host-contract.d.ts +3 -3
- package/dist/assembly/host-contract.d.ts.map +1 -1
- package/dist/assembly/material/assembly.d.ts.map +1 -1
- package/dist/assembly/material/pipeline-helpers.d.ts +5 -0
- package/dist/assembly/material/pipeline-helpers.d.ts.map +1 -1
- package/dist/assembly/material-shader-policy.d.ts +16 -2
- package/dist/assembly/material-shader-policy.d.ts.map +1 -1
- package/dist/assembly/material-shader-prewarm.d.ts.map +1 -1
- package/dist/assembly/recovery/device-loss-fanout.d.ts.map +1 -1
- package/dist/assembly/recovery/renderer-recover.d.ts +2 -0
- package/dist/assembly/recovery/renderer-recover.d.ts.map +1 -1
- package/dist/assembly/render-feature-post-processes.d.ts +6 -0
- package/dist/assembly/render-feature-post-processes.d.ts.map +1 -0
- package/dist/assembly/renderer-facade.d.ts.map +1 -1
- package/dist/assembly/renderer-feature-inspection.d.ts +1 -1
- package/dist/assembly/renderer-feature-inspection.d.ts.map +1 -1
- package/dist/assembly/renderer-frame-transaction.d.ts +12 -0
- package/dist/assembly/renderer-frame-transaction.d.ts.map +1 -1
- package/dist/assembly/renderer-inspection.d.ts +11 -0
- package/dist/assembly/renderer-inspection.d.ts.map +1 -1
- package/dist/assembly/webgpu-pbr-ready.d.ts +1 -0
- package/dist/assembly/webgpu-pbr-ready.d.ts.map +1 -1
- package/dist/assembly/webgpu-ready-per-pass.d.ts +39 -0
- package/dist/assembly/webgpu-ready-per-pass.d.ts.map +1 -0
- package/dist/assembly/webgpu-ready.d.ts +1 -1
- package/dist/assembly/webgpu-ready.d.ts.map +1 -1
- package/dist/assembly/webgpu-renderer-bootstrap.d.ts.map +1 -1
- package/dist/assembly/webgpu-renderer-observation-owner.d.ts +35 -0
- package/dist/assembly/webgpu-renderer-observation-owner.d.ts.map +1 -0
- package/dist/assembly/webgpu-renderer.d.ts +1 -1
- package/dist/assembly/webgpu-renderer.d.ts.map +1 -1
- package/dist/authoring.mjs +1 -1
- package/dist/barrel-distortion.d.ts +47 -0
- package/dist/barrel-distortion.d.ts.map +1 -0
- package/dist/{chunk-PA5DRJNI.mjs → chunk-ELJFJ2BU.mjs} +2 -2
- package/dist/chunk-ELJFJ2BU.mjs.map +1 -0
- package/dist/{chunk-ZDQWGQW7.mjs → chunk-HEB564WF.mjs} +4 -4
- package/dist/{chunk-ZDQWGQW7.mjs.map → chunk-HEB564WF.mjs.map} +1 -1
- package/dist/{chunk-VOZWDM3L.mjs → chunk-MKDIT2EM.mjs} +1307 -188
- package/dist/chunk-MKDIT2EM.mjs.map +1 -0
- package/dist/{chunk-LEAXOMYJ.mjs → chunk-OCDLEI6I.mjs} +3 -3
- package/dist/{chunk-LEAXOMYJ.mjs.map → chunk-OCDLEI6I.mjs.map} +1 -1
- package/dist/chunk-ODZWR6JQ.mjs +4927 -0
- package/dist/chunk-ODZWR6JQ.mjs.map +1 -0
- package/dist/{chunk-3RTCJTH4.mjs → chunk-SHFUFJ5N.mjs} +184 -13
- package/dist/chunk-SHFUFJ5N.mjs.map +1 -0
- package/dist/{chunk-OO3DRYK7.mjs → chunk-UI5SFODX.mjs} +176 -96
- package/dist/chunk-UI5SFODX.mjs.map +1 -0
- package/dist/{chunk-PLAXOOX5.mjs → chunk-UINHLCZA.mjs} +561 -79
- package/dist/chunk-UINHLCZA.mjs.map +1 -0
- package/dist/{chunk-NB2S7ZRX.mjs → chunk-WEX45HKH.mjs} +127 -386
- package/dist/chunk-WEX45HKH.mjs.map +1 -0
- package/dist/cloud/density.d.ts +55 -0
- package/dist/cloud/density.d.ts.map +1 -0
- package/dist/cloud/extract.d.ts +25 -0
- package/dist/cloud/extract.d.ts.map +1 -0
- package/dist/cloud/feature.d.ts +57 -0
- package/dist/cloud/feature.d.ts.map +1 -0
- package/dist/cloud/frame-context.d.ts +8 -0
- package/dist/cloud/frame-context.d.ts.map +1 -0
- package/dist/cloud/inspection.d.ts +59 -0
- package/dist/cloud/inspection.d.ts.map +1 -0
- package/dist/cloud/optics.d.ts +56 -0
- package/dist/cloud/optics.d.ts.map +1 -0
- package/dist/cloud/parameters.d.ts +73 -0
- package/dist/cloud/parameters.d.ts.map +1 -0
- package/dist/cloud/resources.d.ts +60 -0
- package/dist/cloud/resources.d.ts.map +1 -0
- package/dist/cloud/shadow.d.ts +42 -0
- package/dist/cloud/shadow.d.ts.map +1 -0
- package/dist/cloud/temporal.d.ts +74 -0
- package/dist/cloud/temporal.d.ts.map +1 -0
- package/dist/components/barrel-distortion.d.ts +13 -0
- package/dist/components/barrel-distortion.d.ts.map +1 -0
- package/dist/components/cloud-layer.d.ts +29 -0
- package/dist/components/cloud-layer.d.ts.map +1 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/instances.d.ts +20 -6
- package/dist/components/instances.d.ts.map +1 -1
- package/dist/construct-renderer.d.ts +1 -1
- package/dist/construct-renderer.d.ts.map +1 -1
- package/dist/construct-renderer.mjs +6759 -2875
- package/dist/construct-renderer.mjs.map +1 -1
- package/dist/dynamic-geometry.d.ts +5 -1
- package/dist/dynamic-geometry.d.ts.map +1 -1
- package/dist/errors/cloud.d.ts +59 -0
- package/dist/errors/cloud.d.ts.map +1 -0
- package/dist/errors/render.d.ts +18 -4
- package/dist/errors/render.d.ts.map +1 -1
- package/dist/examples/single-layer-medium-surface.d.ts +47 -0
- package/dist/examples/single-layer-medium-surface.d.ts.map +1 -0
- package/dist/extract/camera.d.ts.map +1 -1
- package/dist/extract/contracts.d.ts +5 -1
- package/dist/extract/contracts.d.ts.map +1 -1
- package/dist/features/barrel-distortion.d.ts +29 -0
- package/dist/features/barrel-distortion.d.ts.map +1 -0
- package/dist/features/error-reporting.d.ts +6 -2
- package/dist/features/error-reporting.d.ts.map +1 -1
- package/dist/features/host.d.ts +10 -0
- package/dist/features/host.d.ts.map +1 -1
- package/dist/features/plan.d.ts +8 -0
- package/dist/features/plan.d.ts.map +1 -1
- package/dist/features/render-graph-contribution.d.ts +5 -0
- package/dist/features/render-graph-contribution.d.ts.map +1 -1
- package/dist/features/render-graph-raster.d.ts +1 -0
- package/dist/features/render-graph-raster.d.ts.map +1 -1
- package/dist/features/targets.d.ts +2 -0
- package/dist/features/targets.d.ts.map +1 -1
- package/dist/features/types.d.ts +44 -0
- package/dist/features/types.d.ts.map +1 -1
- package/dist/fullscreen-post-process-pass.d.ts +15 -7
- package/dist/fullscreen-post-process-pass.d.ts.map +1 -1
- package/dist/gpu-dirty-ranges.d.ts +11 -0
- package/dist/gpu-dirty-ranges.d.ts.map +1 -0
- package/dist/gpu-driven/batch-topology.d.ts +17 -0
- package/dist/gpu-driven/batch-topology.d.ts.map +1 -1
- package/dist/gpu-driven/material-artifacts.d.ts +6 -0
- package/dist/gpu-driven/material-artifacts.d.ts.map +1 -1
- package/dist/gpu-driven/prepared-draw.d.ts.map +1 -1
- package/dist/gpu-driven/production-raster-material.d.ts +178 -0
- package/dist/gpu-driven/production-raster-material.d.ts.map +1 -0
- package/dist/gpu-driven/production-raster.d.ts +47 -3
- package/dist/gpu-driven/production-raster.d.ts.map +1 -1
- package/dist/gpu-driven/resource-allocation.d.ts +31 -0
- package/dist/gpu-driven/resource-allocation.d.ts.map +1 -0
- package/dist/gpu-driven/shadow-ownership.d.ts +14 -0
- package/dist/gpu-driven/shadow-ownership.d.ts.map +1 -0
- package/dist/gpu-driven/view-gpu.d.ts +26 -2
- package/dist/gpu-driven/view-gpu.d.ts.map +1 -1
- package/dist/gpu-scene.d.ts +5 -0
- package/dist/gpu-scene.d.ts.map +1 -1
- package/dist/hdrp-buffers.d.ts +2 -2
- package/dist/hdrp-buffers.d.ts.map +1 -1
- package/dist/ibl/skylight-bind-group.d.ts +10 -1
- package/dist/ibl/skylight-bind-group.d.ts.map +1 -1
- package/dist/index.d.ts +27 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +258 -8
- package/dist/index.mjs.map +1 -1
- package/dist/inspection-types.d.ts +135 -1
- package/dist/inspection-types.d.ts.map +1 -1
- package/dist/instance-buffer-cache.d.ts +4 -4
- package/dist/instance-buffer-cache.d.ts.map +1 -1
- package/dist/instances.d.ts +48 -100
- package/dist/instances.d.ts.map +1 -1
- package/dist/internal.mjs +7 -7
- package/dist/pbr-pipeline.d.ts +19 -1
- package/dist/pbr-pipeline.d.ts.map +1 -1
- package/dist/pipeline/single-layer-medium-passes.d.ts +73 -0
- package/dist/pipeline/single-layer-medium-passes.d.ts.map +1 -0
- package/dist/pipeline/standard-forward-lane.d.ts.map +1 -1
- package/dist/pipeline/standard-output/graph.d.ts.map +1 -1
- package/dist/pipeline/standard-output/types.d.ts +4 -2
- package/dist/pipeline/standard-output/types.d.ts.map +1 -1
- package/dist/pipeline/standard-pipeline.d.ts.map +1 -1
- package/dist/pipeline/standard-post.d.ts.map +1 -1
- package/dist/pipeline-builder.d.ts +1 -1
- package/dist/pipeline-builder.d.ts.map +1 -1
- package/dist/plugin.d.ts.map +1 -1
- package/dist/prepare/prepared-graphics-resolver.d.ts +2 -0
- package/dist/prepare/prepared-graphics-resolver.d.ts.map +1 -1
- package/dist/record/barrel-distortion-frame.d.ts +15 -0
- package/dist/record/barrel-distortion-frame.d.ts.map +1 -0
- package/dist/record/dynamic-geometry-consumption.d.ts +10 -2
- package/dist/record/dynamic-geometry-consumption.d.ts.map +1 -1
- package/dist/record/fold-buckets.d.ts +95 -0
- package/dist/record/fold-buckets.d.ts.map +1 -0
- package/dist/record/fold-instance-buffer.d.ts +6 -0
- package/dist/record/fold-instance-buffer.d.ts.map +1 -0
- package/dist/record/frame-lighting.d.ts +1 -0
- package/dist/record/frame-lighting.d.ts.map +1 -1
- package/dist/record/frame-snapshot.d.ts +37 -3
- package/dist/record/frame-snapshot.d.ts.map +1 -1
- package/dist/record/frame.d.ts +10 -61
- package/dist/record/frame.d.ts.map +1 -1
- package/dist/record/gpu-draw-receipts.d.ts +11 -0
- package/dist/record/gpu-draw-receipts.d.ts.map +1 -0
- package/dist/record/gpu-timing.d.ts +8 -0
- package/dist/record/gpu-timing.d.ts.map +1 -1
- package/dist/record/main-pass-geometry.d.ts +21 -5
- package/dist/record/main-pass-geometry.d.ts.map +1 -1
- package/dist/record/main-pass-material.d.ts +7 -1
- package/dist/record/main-pass-material.d.ts.map +1 -1
- package/dist/record/main-pass-sprite-draws.d.ts.map +1 -1
- package/dist/record/main-pass.d.ts +13 -2
- package/dist/record/main-pass.d.ts.map +1 -1
- package/dist/record/motion-blur-receipt.d.ts +11 -0
- package/dist/record/motion-blur-receipt.d.ts.map +1 -0
- package/dist/record/probe-blend-buffer.d.ts +16 -0
- package/dist/record/probe-blend-buffer.d.ts.map +1 -0
- package/dist/record/recovery-pipeline.d.ts.map +1 -1
- package/dist/record/render-context.d.ts +22 -3
- package/dist/record/render-context.d.ts.map +1 -1
- package/dist/record/shadow-pass.d.ts +2 -0
- package/dist/record/shadow-pass.d.ts.map +1 -1
- package/dist/record/skybox-post-pass.d.ts +1 -1
- package/dist/record/skybox-post-pass.d.ts.map +1 -1
- package/dist/record/typed-frame-graph.d.ts +22 -2
- package/dist/record/typed-frame-graph.d.ts.map +1 -1
- package/dist/record/view-ubo.d.ts +11 -3
- package/dist/record/view-ubo.d.ts.map +1 -1
- package/dist/record/volume-params.d.ts +9 -0
- package/dist/record/volume-params.d.ts.map +1 -0
- package/dist/recovery/render-system-candidate.d.ts +10 -0
- package/dist/recovery/render-system-candidate.d.ts.map +1 -1
- package/dist/reflection/record-owner.d.ts.map +1 -1
- package/dist/render-contract.d.ts +42 -4
- package/dist/render-contract.d.ts.map +1 -1
- package/dist/render-graph-primitives.d.ts.map +1 -1
- package/dist/render-pipeline.d.ts +103 -2
- package/dist/render-pipeline.d.ts.map +1 -1
- package/dist/render-system-extract-tail.d.ts +3 -2
- package/dist/render-system-extract-tail.d.ts.map +1 -1
- package/dist/render-system-extract.d.ts +16 -9
- package/dist/render-system-extract.d.ts.map +1 -1
- package/dist/render-system-presentation.d.ts +23 -0
- package/dist/render-system-presentation.d.ts.map +1 -0
- package/dist/render-system-producer-roots.d.ts +10 -0
- package/dist/render-system-producer-roots.d.ts.map +1 -0
- package/dist/render-system-residency.d.ts +12 -0
- package/dist/render-system-residency.d.ts.map +1 -0
- package/dist/render-system.d.ts +19 -14
- package/dist/render-system.d.ts.map +1 -1
- package/dist/scene/probe-blend.d.ts +27 -0
- package/dist/scene/probe-blend.d.ts.map +1 -1
- package/dist/scene/render-scene.d.ts +12 -5
- package/dist/scene/render-scene.d.ts.map +1 -1
- package/dist/ssao-buffers.d.ts +9 -0
- package/dist/ssao-buffers.d.ts.map +1 -1
- package/dist/surface/dynamic-input.d.ts +133 -0
- package/dist/surface/dynamic-input.d.ts.map +1 -0
- package/dist/surface/gpu-driven.d.ts +41 -0
- package/dist/surface/gpu-driven.d.ts.map +1 -0
- package/dist/surface/submission-observation.d.ts +136 -0
- package/dist/surface/submission-observation.d.ts.map +1 -0
- package/dist/systems/skin-palette-allocator.d.ts.map +1 -1
- package/dist/temporal/gpu.d.ts +13 -1
- package/dist/temporal/gpu.d.ts.map +1 -1
- package/dist/temporal/index.mjs +5 -5
- package/dist/temporal/inspection.d.ts.map +1 -1
- package/dist/temporal/standard-scene-data.d.ts.map +1 -1
- package/dist/temporal/target-coverage-attachment.d.ts.map +1 -1
- package/dist/transmission/single-layer-medium.d.ts +89 -0
- package/dist/transmission/single-layer-medium.d.ts.map +1 -0
- package/dist/typed-render-graph-primitives.d.ts +14 -2
- package/dist/typed-render-graph-primitives.d.ts.map +1 -1
- package/dist/volume/component.d.ts +9 -4
- package/dist/volume/component.d.ts.map +1 -1
- package/dist/volume/extract.d.ts +1 -1
- package/dist/volume/extract.d.ts.map +1 -1
- package/dist/volume/inspection.d.ts +2 -0
- package/dist/volume/inspection.d.ts.map +1 -1
- package/dist/volume/passes.d.ts +4 -1
- package/dist/volume/passes.d.ts.map +1 -1
- package/dist/volume/resources.d.ts.map +1 -1
- package/package.json +22 -21
- package/src/__tests__/atmosphere-daylight.dawn.test.ts +72 -0
- package/src/__tests__/barrel-distortion-lkg.integration.test.ts +353 -0
- package/src/__tests__/barrel-distortion.dawn.test.ts +41 -0
- package/src/__tests__/barrel-distortion.unit.test.ts +364 -0
- package/src/__tests__/construct-renderer-identity.unit.test.ts +49 -0
- package/src/__tests__/detached-recovery-graph.unit.test.ts +277 -0
- package/src/__tests__/device-loss-fanout.unit.test.ts +36 -1
- package/src/__tests__/docs-gate-green.unit.test.ts +112 -1
- package/src/__tests__/factory-contract.integration.test.ts +295 -45
- package/src/__tests__/feature-depth-input.dawn.test.ts +129 -2
- package/src/__tests__/fullscreen-feature-plan.unit.test.ts +14 -3
- package/src/__tests__/gpu-dirty-ranges.unit.test.ts +22 -0
- package/src/__tests__/gpu-driven-baseline.characterization.test.ts +16 -3
- package/src/__tests__/gpu-driven-batch-topology-pbr.unit.test.ts +12 -0
- package/src/__tests__/gpu-driven-material-artifacts.unit.test.ts +143 -0
- package/src/__tests__/gpu-driven-pbr.dawn.test.ts +2 -2
- package/src/__tests__/gpu-driven-production.integration.test.ts +482 -3
- package/src/__tests__/gpu-driven-shadow-views.dawn.test.ts +6 -5
- package/src/__tests__/gpu-driven-view-gpu-evidence.ts +94 -6
- package/src/__tests__/gpu-driven-view-graph.integration.test.ts +18 -2
- package/src/__tests__/gpu-driven-view.browser.test.ts +5 -8
- package/src/__tests__/gpu-driven-view.dawn.test.ts +6 -2
- package/src/__tests__/gpu-driven-view.unit.test.ts +1 -1
- package/src/__tests__/gpu-pass-timing-lifecycle.integration.test.ts +1 -0
- package/src/__tests__/gpu-pass-timing.browser.test.ts +6 -4
- package/src/__tests__/gpu-pass-timing.rhi-null.unit.test.ts +1 -0
- package/src/__tests__/gpu-scene.unit.test.ts +119 -9
- package/src/__tests__/instance-allocation-failure.unit.test.ts +57 -0
- package/src/__tests__/instances-culling.integration.test.ts +10 -36
- package/src/__tests__/instances-store.unit.test.ts +97 -305
- package/src/__tests__/instances-world-ownership.integration.test.ts +62 -0
- package/src/__tests__/main-pass-material-medium-selection.unit.test.ts +146 -0
- package/src/__tests__/material-shader-prewarm.unit.test.ts +59 -0
- package/src/__tests__/material-snapshot-mutation.integration.test.ts +39 -1
- package/src/__tests__/morph-culling-reentry.dawn.test.ts +5 -5
- package/src/__tests__/morph-visual-evidence.integration.test.ts +8 -7
- package/src/__tests__/motion-blur-compute.dawn.test.ts +13 -7
- package/src/__tests__/motion-blur.pixel.integration.test.ts +2 -2
- package/src/__tests__/nineslice-handle-surface.unit.test.ts +4 -4
- package/src/__tests__/pbr-view-layout.unit.test.ts +9 -0
- package/src/__tests__/physical-clearcoat.integration.test.ts +58 -0
- package/src/__tests__/prepared-graphics-capability.unit.test.ts +66 -2
- package/src/__tests__/probe-bindings.unit.test.ts +582 -1
- package/src/__tests__/probe-scene-dirty.integration.test.ts +28 -1
- package/src/__tests__/receipt-observation-retirement.unit.test.ts +65 -0
- package/src/__tests__/recovery-candidate-prepare.contract.test.ts +69 -0
- package/src/__tests__/render-error-code-owner.test-d.ts +7 -0
- package/src/__tests__/render-feature-diagnostics.unit.test.ts +15 -2
- package/src/__tests__/render-feature-error-reporting.unit.test.ts +21 -1
- package/src/__tests__/render-feature-prepared-diagnostics.unit.test.ts +10 -1
- package/src/__tests__/render-feature-retry.unit.test.ts +12 -1
- package/src/__tests__/render-scene-mixed-updates.integration.test.ts +145 -19
- package/src/__tests__/render-scene-projection.unit.test.ts +36 -11
- package/src/__tests__/render-scene-temporal-retry.unit.test.ts +20 -20
- package/src/__tests__/render-target-probe-soak.perf.test.ts +2 -2
- package/src/__tests__/render-temporal-environment-consumer.browser.test.ts +3 -3
- package/src/__tests__/render-temporal-environment-consumer.dawn.test.ts +5 -2
- package/src/__tests__/renderer-factory-material-contract.unit.test.ts +41 -7
- package/src/__tests__/renderer-frame-generation-fence.integration.test.ts +16 -0
- package/src/__tests__/renderer-frame-transaction.integration.test.ts +26 -10
- package/src/__tests__/resource-allocation.unit.test.ts +123 -0
- package/src/__tests__/single-layer-medium-passes.unit.test.ts +275 -0
- package/src/__tests__/skin-motion-regression.unit.test.ts +70 -1
- package/src/__tests__/skin-palette-recycling.dawn.test.ts +97 -0
- package/src/__tests__/skinned-shadow-caster.test.ts +15 -0
- package/src/__tests__/ssr-carrier-public-contract.unit.test.ts +21 -0
- package/src/__tests__/ssr-gpu-dispatch.browser.test.ts +4 -4
- package/src/__tests__/ssr-gpu-dispatch.dawn.test.ts +2 -2
- package/src/__tests__/ssr-gpu-dispatch.ts +1 -1
- package/src/__tests__/ssr-receiver-coverage.dawn.test.ts +6 -2
- package/src/__tests__/standard-output-chain-contract.unit.test.ts +28 -0
- package/src/__tests__/standard-pbr-artifact-assembly.unit.test.ts +46 -1
- package/src/__tests__/standard-pipeline.integration.test.ts +182 -1
- package/src/__tests__/surface-dynamic-buffer-lifecycle.unit.test.ts +506 -0
- package/src/__tests__/surface-submission-observation.unit.test.ts +812 -0
- package/src/__tests__/temporal-history-lifecycle.unit.test.ts +32 -0
- package/src/__tests__/temporal-performance.integration.test.ts +3 -3
- package/src/__tests__/visibility-instances.integration.test.ts +7 -19
- package/src/__tests__/visibility-producer-matrix.integration.test.ts +9 -20
- package/src/__tests__/volume-optics-oracle.unit.test.ts +4 -2
- package/src/__tests__/volumetric-fog-budget-recovery.integration.test.ts +30 -20
- package/src/__tests__/volumetric-fog-errors.unit.test.ts +4 -3
- package/src/__tests__/volumetric-fog-multiple.unit.test.ts +55 -0
- package/src/__tests__/volumetric-fog-spot-frame-optics.integration.test.ts +1 -1
- package/src/__tests__/volumetric-fog-stage-readback.dawn.test.ts +113 -9
- package/src/__tests__/volumetric-fog-topology.unit.test.ts +5 -3
- package/src/assembly/backend-contract.ts +30 -0
- package/src/assembly/barrel-distortion-inspection.ts +22 -0
- package/src/assembly/canvas-draw-guard.ts +11 -0
- package/src/assembly/cloud-shadow-entry.ts +22 -0
- package/src/assembly/dynamic-geometry-host.ts +65 -37
- package/src/assembly/dynamic-geometry-runtime.ts +7 -1
- package/src/assembly/factory.ts +2 -30
- package/src/assembly/host-contract.ts +3 -3
- package/src/assembly/material/assembly.ts +25 -13
- package/src/assembly/material/pipeline-helpers.ts +53 -12
- package/src/assembly/material-shader-policy.ts +55 -0
- package/src/assembly/material-shader-prewarm.ts +21 -10
- package/src/assembly/recovery/device-loss-fanout.ts +13 -0
- package/src/assembly/recovery/renderer-recover.ts +41 -18
- package/src/assembly/render-feature-post-processes.ts +54 -0
- package/src/assembly/renderer-facade.ts +4 -1
- package/src/assembly/renderer-feature-inspection.ts +8 -2
- package/src/assembly/renderer-frame-transaction.ts +23 -0
- package/src/assembly/renderer-inspection.ts +28 -0
- package/src/assembly/skin-palette-owner.ts +1 -1
- package/src/assembly/temporal-post-process-prewarm.ts +3 -3
- package/src/assembly/webgpu-pbr-ready.ts +9 -1
- package/src/assembly/webgpu-ready-per-pass.ts +104 -0
- package/src/assembly/webgpu-ready.ts +115 -61
- package/src/assembly/webgpu-renderer-bootstrap.ts +0 -12
- package/src/assembly/webgpu-renderer-observation-owner.ts +222 -0
- package/src/assembly/webgpu-renderer.ts +214 -252
- package/src/assembly/webgpu-vertex-layouts.ts +1 -1
- package/src/barrel-distortion.ts +247 -0
- package/src/cloud/__tests__/cloud-density-parity.dawn.test.ts +173 -0
- package/src/cloud/__tests__/cloud-layer-framebuffer-y.dawn.test.ts +265 -0
- package/src/cloud/__tests__/cloud-layer.browser.test.ts +432 -0
- package/src/cloud/__tests__/cloud-layer.unit.test.ts +634 -0
- package/src/cloud/density.ts +600 -0
- package/src/cloud/extract.ts +110 -0
- package/src/cloud/feature.ts +1810 -0
- package/src/cloud/frame-context.ts +42 -0
- package/src/cloud/inspection.ts +130 -0
- package/src/cloud/optics.ts +285 -0
- package/src/cloud/parameters.ts +255 -0
- package/src/cloud/resources.ts +122 -0
- package/src/cloud/shadow.ts +167 -0
- package/src/cloud/temporal.ts +226 -0
- package/src/components/barrel-distortion.ts +46 -0
- package/src/components/cloud-layer.ts +47 -0
- package/src/components/index.ts +2 -0
- package/src/components/instances.ts +18 -45
- package/src/components/sprite-instances.ts +1 -1
- package/src/construct-renderer.ts +1 -1
- package/src/dynamic-geometry.ts +12 -1
- package/src/errors/cloud.ts +103 -0
- package/src/errors/render.ts +44 -7
- package/src/examples/single-layer-medium-surface.ts +59 -0
- package/src/extract/camera.ts +15 -1
- package/src/extract/contracts.ts +5 -0
- package/src/features/barrel-distortion.ts +172 -0
- package/src/features/error-reporting.ts +26 -6
- package/src/features/host.ts +115 -14
- package/src/features/plan.ts +8 -0
- package/src/features/render-graph-contribution.ts +9 -0
- package/src/features/render-graph-raster.ts +45 -3
- package/src/features/targets.ts +66 -0
- package/src/features/types.ts +47 -0
- package/src/fullscreen-post-process-pass.ts +41 -9
- package/src/gpu-dirty-ranges.ts +48 -0
- package/src/gpu-driven/batch-topology.ts +53 -0
- package/src/gpu-driven/material-artifacts.ts +33 -25
- package/src/gpu-driven/prepared-draw.ts +12 -4
- package/src/gpu-driven/production-raster-material.ts +1894 -0
- package/src/gpu-driven/production-raster.ts +825 -784
- package/src/gpu-driven/resource-allocation.ts +142 -0
- package/src/gpu-driven/shadow-ownership.ts +71 -0
- package/src/gpu-driven/view-gpu.ts +164 -10
- package/src/gpu-scene.ts +75 -84
- package/src/hdrp-buffers.ts +4 -3
- package/src/ibl/skylight-bind-group.ts +49 -7
- package/src/index.ts +196 -9
- package/src/inspection-types.ts +162 -0
- package/src/instance-buffer-cache.ts +4 -4
- package/src/instances.ts +149 -569
- package/src/pbr-pipeline.ts +219 -13
- package/src/pipeline/single-layer-medium-passes.ts +267 -0
- package/src/pipeline/standard-forward-lane.ts +313 -57
- package/src/pipeline/standard-output/graph.ts +8 -2
- package/src/pipeline/standard-output/types.ts +12 -1
- package/src/pipeline/standard-pipeline.ts +291 -18
- package/src/pipeline/standard-post.ts +90 -24
- package/src/pipeline-builder.ts +1 -1
- package/src/plugin.ts +4 -0
- package/src/points-lines/__tests__/points-lines.bench.ts +17 -8
- package/src/prepare/prepared-graphics-resolver.ts +2 -0
- package/src/record/__tests__/main-pass-geometry.unit.test.ts +30 -0
- package/src/record/__tests__/sprite-material-abi.unit.test.ts +1 -1
- package/src/record/__tests__/temporal-payload.unit.test.ts +1 -1
- package/src/record/__tests__/transparent-group2-selection.unit.test.ts +11 -0
- package/src/record/__tests__/typed-frame-graph-plan.unit.test.ts +1 -0
- package/src/record/__tests__/view-ubo-layout.unit.test.ts +4 -3
- package/src/record/barrel-distortion-frame.ts +110 -0
- package/src/record/dynamic-geometry-consumption.ts +39 -9
- package/src/record/fold-buckets.ts +852 -0
- package/src/record/fold-instance-buffer.ts +51 -0
- package/src/record/frame-lighting.ts +36 -2
- package/src/record/frame-snapshot.ts +39 -3
- package/src/record/frame.ts +217 -1084
- package/src/record/gpu-draw-receipts.ts +38 -0
- package/src/record/gpu-timing.ts +48 -5
- package/src/record/main-pass-geometry.ts +251 -82
- package/src/record/main-pass-material.ts +66 -4
- package/src/record/main-pass-sprite-draws.ts +7 -65
- package/src/record/main-pass.ts +156 -20
- package/src/record/motion-blur-receipt.ts +91 -0
- package/src/record/probe-blend-buffer.ts +180 -0
- package/src/record/recovery-pipeline.ts +35 -3
- package/src/record/render-context.ts +39 -3
- package/src/record/shadow-pass.ts +30 -1
- package/src/record/skybox-post-pass.ts +28 -4
- package/src/record/typed-frame-graph.ts +770 -134
- package/src/record/view-ubo.ts +26 -3
- package/src/record/volume-params.ts +225 -0
- package/src/recovery/render-system-candidate.ts +235 -42
- package/src/reflection/record-owner.ts +7 -3
- package/src/render-contract.ts +48 -4
- package/src/render-graph-primitives.ts +7 -1
- package/src/render-pipeline.ts +130 -0
- package/src/render-system-extract-tail.ts +57 -61
- package/src/render-system-extract.ts +74 -76
- package/src/render-system-presentation.ts +56 -0
- package/src/render-system-producer-roots.ts +96 -0
- package/src/render-system-residency.ts +159 -0
- package/src/render-system.ts +347 -363
- package/src/scene/probe-blend.ts +96 -4
- package/src/scene/render-scene.ts +349 -280
- package/src/ssao-buffers.ts +95 -2
- package/src/surface/__tests__/dynamic-input.unit.test.ts +374 -0
- package/src/surface/__tests__/gpu-driven.unit.test.ts +87 -0
- package/src/surface/dynamic-input.ts +658 -0
- package/src/surface/gpu-driven.ts +147 -0
- package/src/surface/submission-observation.ts +517 -0
- package/src/systems/skin-palette-allocator.ts +4 -1
- package/src/temporal/gpu.ts +101 -17
- package/src/temporal/inspection.ts +7 -1
- package/src/temporal/standard-scene-data.ts +5 -0
- package/src/temporal/target-coverage-attachment.ts +4 -0
- package/src/transmission/__tests__/single-layer-medium.unit.test.ts +149 -0
- package/src/transmission/__tests__/standard-transmission.dawn.test.ts +12 -11
- package/src/transmission/single-layer-medium.ts +322 -0
- package/src/typed-render-graph-primitives.ts +70 -2
- package/src/volume/component.ts +10 -9
- package/src/volume/extract.ts +11 -5
- package/src/volume/inspection.ts +3 -0
- package/src/volume/passes.ts +87 -4
- package/src/volume/resources.ts +2 -1
- package/dist/chunk-3RTCJTH4.mjs.map +0 -1
- package/dist/chunk-NB2S7ZRX.mjs.map +0 -1
- package/dist/chunk-NNQL7CB3.mjs +0 -1713
- package/dist/chunk-NNQL7CB3.mjs.map +0 -1
- package/dist/chunk-OO3DRYK7.mjs.map +0 -1
- package/dist/chunk-PA5DRJNI.mjs.map +0 -1
- package/dist/chunk-PLAXOOX5.mjs.map +0 -1
- package/dist/chunk-VOZWDM3L.mjs.map +0 -1
package/dist/chunk-NNQL7CB3.mjs
DELETED
|
@@ -1,1713 +0,0 @@
|
|
|
1
|
-
import { PointShapeValue, pointShapeFromU32 } from './chunk-PLAXOOX5.mjs';
|
|
2
|
-
import { PointsLinesBudgetExceededError, createVisibilityBudget, PointsLinesStyleUnsupportedError, PointsLinesMaterialUnsupportedError, PointsLinesInvalidStyleError, PointsLinesTopologyMismatchError } from './chunk-NB2S7ZRX.mjs';
|
|
3
|
-
import { err, ok } from '@forgeax/engine-types';
|
|
4
|
-
import { validateR32FloatReceipt } from '@forgeax/engine-rhi';
|
|
5
|
-
|
|
6
|
-
function invalidStyle(input, component, field, value, expected) {
|
|
7
|
-
return err(new PointsLinesInvalidStyleError({ entity: input.entity, component, field, value, expected }));
|
|
8
|
-
}
|
|
9
|
-
function topologyMismatch(input, submesh, expected, actual) {
|
|
10
|
-
return err(new PointsLinesTopologyMismatchError({ entity: input.entity, submesh, expected, actual }));
|
|
11
|
-
}
|
|
12
|
-
function checkStyle(input) {
|
|
13
|
-
const hasPoints = input.points !== void 0;
|
|
14
|
-
const hasLines = input.lines !== void 0;
|
|
15
|
-
if (hasPoints && hasLines) {
|
|
16
|
-
return invalidStyle(
|
|
17
|
-
input,
|
|
18
|
-
"Points/Lines",
|
|
19
|
-
"components",
|
|
20
|
-
"Points + Lines",
|
|
21
|
-
"exactly one style component"
|
|
22
|
-
);
|
|
23
|
-
}
|
|
24
|
-
if (!hasPoints && !hasLines) {
|
|
25
|
-
return invalidStyle(input, "Points/Lines", "components", void 0, "one style component");
|
|
26
|
-
}
|
|
27
|
-
if (hasPoints) {
|
|
28
|
-
const sizePx = input.points?.sizePx ?? 4;
|
|
29
|
-
const shapeValue = input.points?.shape ?? PointShapeValue.square;
|
|
30
|
-
const shape = pointShapeFromU32(shapeValue);
|
|
31
|
-
if (!Number.isFinite(sizePx) || sizePx <= 0) {
|
|
32
|
-
return invalidStyle(input, "Points", "sizePx", sizePx, "finite sizePx > 0");
|
|
33
|
-
}
|
|
34
|
-
if (shape === void 0) {
|
|
35
|
-
return invalidStyle(input, "Points", "shape", shapeValue, "shape is 'square' or 'circle'");
|
|
36
|
-
}
|
|
37
|
-
return ok({ component: "Points", shape, sizePx });
|
|
38
|
-
}
|
|
39
|
-
const widthPx = input.lines?.widthPx ?? 1;
|
|
40
|
-
if (!Number.isFinite(widthPx) || widthPx <= 0) {
|
|
41
|
-
return invalidStyle(input, "Lines", "widthPx", widthPx, "finite widthPx > 0");
|
|
42
|
-
}
|
|
43
|
-
return ok({ component: "Lines", widthPx });
|
|
44
|
-
}
|
|
45
|
-
function checkTopology(input, component) {
|
|
46
|
-
const expected = component === "Points" ? "point-list" : "line-list";
|
|
47
|
-
let pointCount = 0;
|
|
48
|
-
let segmentCount = 0;
|
|
49
|
-
const acceptedSubmeshes = [];
|
|
50
|
-
let sawNonEmpty = false;
|
|
51
|
-
for (const [submeshIndex, submesh] of input.mesh.submeshes.entries()) {
|
|
52
|
-
const indexed = input.mesh.indices !== void 0 && submesh.indexCount > 0;
|
|
53
|
-
const elementCount = indexed ? submesh.indexCount : submesh.vertexCount;
|
|
54
|
-
if (elementCount === 0) continue;
|
|
55
|
-
sawNonEmpty = true;
|
|
56
|
-
if (component === "Lines" && submesh.topology === "line-strip") {
|
|
57
|
-
return err(
|
|
58
|
-
new PointsLinesStyleUnsupportedError({
|
|
59
|
-
lane: "admission",
|
|
60
|
-
field: "topology",
|
|
61
|
-
member: "line-strip",
|
|
62
|
-
supported: ["line-list"]
|
|
63
|
-
})
|
|
64
|
-
);
|
|
65
|
-
}
|
|
66
|
-
if (submesh.topology !== expected) {
|
|
67
|
-
return topologyMismatch(input, submeshIndex, expected, submesh.topology);
|
|
68
|
-
}
|
|
69
|
-
if (component === "Lines" && elementCount % 2 !== 0) {
|
|
70
|
-
return topologyMismatch(input, submeshIndex, "line-list pairs", "line-list odd tail");
|
|
71
|
-
}
|
|
72
|
-
acceptedSubmeshes.push(submeshIndex);
|
|
73
|
-
if (component === "Points") pointCount += elementCount;
|
|
74
|
-
else segmentCount += elementCount / 2;
|
|
75
|
-
}
|
|
76
|
-
if (!sawNonEmpty) return topologyMismatch(input, 0, expected, "empty-range");
|
|
77
|
-
return ok({ pointCount, segmentCount, submeshes: acceptedSubmeshes });
|
|
78
|
-
}
|
|
79
|
-
function checkMaterial(input) {
|
|
80
|
-
const passes = input.material.passes ?? [];
|
|
81
|
-
const unlitModules = /* @__PURE__ */ new Set(["forgeax_material::unlit", "forgeax::default-unlit"]);
|
|
82
|
-
if (passes.length !== 1 || passes[0] === void 0) {
|
|
83
|
-
const pass2 = passes.find(
|
|
84
|
-
(candidate) => candidate.name === "deferred" || candidate.name === "shadow-caster"
|
|
85
|
-
) ?? passes[0];
|
|
86
|
-
return err(
|
|
87
|
-
new PointsLinesMaterialUnsupportedError({
|
|
88
|
-
entity: input.entity,
|
|
89
|
-
material: input.materialId ?? "<anonymous>",
|
|
90
|
-
pass: pass2?.name ?? "<empty>",
|
|
91
|
-
module: pass2?.program.module ?? "<empty>",
|
|
92
|
-
reason: "points-lines admission requires one unlit forward pass"
|
|
93
|
-
})
|
|
94
|
-
);
|
|
95
|
-
}
|
|
96
|
-
const pass = passes[0];
|
|
97
|
-
const lightMode = pass.renderState?.tags?.LightMode;
|
|
98
|
-
if (!unlitModules.has(pass.program.module) || pass.name !== "forward" || lightMode === "ShadowCaster") {
|
|
99
|
-
return err(
|
|
100
|
-
new PointsLinesMaterialUnsupportedError({
|
|
101
|
-
entity: input.entity,
|
|
102
|
-
material: input.materialId ?? "<anonymous>",
|
|
103
|
-
pass: pass.name,
|
|
104
|
-
module: pass.program.module,
|
|
105
|
-
reason: "points-lines admission requires an engine-owned unlit forward pass"
|
|
106
|
-
})
|
|
107
|
-
);
|
|
108
|
-
}
|
|
109
|
-
return ok(void 0);
|
|
110
|
-
}
|
|
111
|
-
function admitPointsLines(input) {
|
|
112
|
-
const style = checkStyle(input);
|
|
113
|
-
if (!style.ok) return style;
|
|
114
|
-
const topology = checkTopology(input, style.value.component);
|
|
115
|
-
if (!topology.ok) return topology;
|
|
116
|
-
const material = checkMaterial(input);
|
|
117
|
-
if (!material.ok) return material;
|
|
118
|
-
if (style.value.component === "Points" && input.limits?.maxPoints !== void 0) {
|
|
119
|
-
if (topology.value.pointCount > input.limits.maxPoints) {
|
|
120
|
-
return err(
|
|
121
|
-
new PointsLinesBudgetExceededError({
|
|
122
|
-
lane: "admission",
|
|
123
|
-
requested: topology.value.pointCount,
|
|
124
|
-
limit: input.limits.maxPoints,
|
|
125
|
-
unit: "points"
|
|
126
|
-
})
|
|
127
|
-
);
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
if (style.value.component === "Lines" && input.limits?.maxSegments !== void 0) {
|
|
131
|
-
if (topology.value.segmentCount > input.limits.maxSegments) {
|
|
132
|
-
return err(
|
|
133
|
-
new PointsLinesBudgetExceededError({
|
|
134
|
-
lane: "admission",
|
|
135
|
-
requested: topology.value.segmentCount,
|
|
136
|
-
limit: input.limits.maxSegments,
|
|
137
|
-
unit: "segments"
|
|
138
|
-
})
|
|
139
|
-
);
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
return ok({ ...style.value, ...topology.value });
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
// src/point-shadow-inspection.ts
|
|
146
|
-
function inspectPointShadow(snapshots, shadowAtlasCapacity) {
|
|
147
|
-
const requested = snapshots.length;
|
|
148
|
-
const admitted = snapshots.reduce(
|
|
149
|
-
(count, snapshot) => snapshot.shadowAtlasLayer >= 0 && snapshot.shadowAtlasLayer < shadowAtlasCapacity ? count + 1 : count,
|
|
150
|
-
0
|
|
151
|
-
);
|
|
152
|
-
const status = requested === 0 ? "inactive" : requested > shadowAtlasCapacity || admitted !== requested ? "over-budget" : "ready";
|
|
153
|
-
return Object.freeze({
|
|
154
|
-
status,
|
|
155
|
-
requested,
|
|
156
|
-
admitted,
|
|
157
|
-
// A point shadow only samples an atlas after it owns an atlas layer. Keep
|
|
158
|
-
// these names explicit for AI diagnostics while deriving both from the
|
|
159
|
-
// one layer projection above.
|
|
160
|
-
shadowed: admitted,
|
|
161
|
-
shadowAtlasOccupancy: admitted,
|
|
162
|
-
shadowAtlasCapacity
|
|
163
|
-
});
|
|
164
|
-
}
|
|
165
|
-
var SSR_FORMAT_PROFILE = "r32float-mip-sampled-storage";
|
|
166
|
-
var SSR_FORMAT_STAGES = Object.freeze([
|
|
167
|
-
"texture-create",
|
|
168
|
-
"mip-view",
|
|
169
|
-
"sampled-storage-bind-group",
|
|
170
|
-
"pipeline-bind",
|
|
171
|
-
"finish",
|
|
172
|
-
"submit",
|
|
173
|
-
"completion",
|
|
174
|
-
"readback"
|
|
175
|
-
]);
|
|
176
|
-
var ZERO_WORK = Object.freeze({
|
|
177
|
-
attachmentCount: 0,
|
|
178
|
-
passCount: 0,
|
|
179
|
-
bindingCount: 0,
|
|
180
|
-
resourceCount: 0,
|
|
181
|
-
historyCount: 0,
|
|
182
|
-
temporalDemand: 0
|
|
183
|
-
});
|
|
184
|
-
var ADMITTED_WORK = Object.freeze({
|
|
185
|
-
attachmentCount: 1,
|
|
186
|
-
passCount: 1,
|
|
187
|
-
bindingCount: 1,
|
|
188
|
-
resourceCount: 1,
|
|
189
|
-
historyCount: 0,
|
|
190
|
-
temporalDemand: 0
|
|
191
|
-
});
|
|
192
|
-
var ZERO_BUDGET = Object.freeze({
|
|
193
|
-
probeExecutions: 0,
|
|
194
|
-
resetCount: 0,
|
|
195
|
-
rebuildCount: 0
|
|
196
|
-
});
|
|
197
|
-
var ADMITTED_BUDGET = Object.freeze({
|
|
198
|
-
probeExecutions: 1,
|
|
199
|
-
resetCount: 0,
|
|
200
|
-
rebuildCount: 0
|
|
201
|
-
});
|
|
202
|
-
function identityFieldMismatch(expected, actual) {
|
|
203
|
-
for (const field of ["sourceHead", "sourceTree", "lockSha256", "buildSha256"]) {
|
|
204
|
-
if (expected[field] !== actual[field]) return field;
|
|
205
|
-
}
|
|
206
|
-
return void 0;
|
|
207
|
-
}
|
|
208
|
-
function blocked(identity, failure2, generation = 0) {
|
|
209
|
-
return Object.freeze({
|
|
210
|
-
status: "fallback-only",
|
|
211
|
-
identity,
|
|
212
|
-
generation,
|
|
213
|
-
work: ZERO_WORK,
|
|
214
|
-
budget: ZERO_BUDGET,
|
|
215
|
-
failure: failure2
|
|
216
|
-
});
|
|
217
|
-
}
|
|
218
|
-
function failure(code, owner, hint, detail = {}) {
|
|
219
|
-
const action = recoveryActionFor(code);
|
|
220
|
-
return Object.freeze({
|
|
221
|
-
code,
|
|
222
|
-
expected: "all producer, format, and temporal receipts share one admitted identity",
|
|
223
|
-
hint,
|
|
224
|
-
detail: Object.freeze({ owner, action, ...detail })
|
|
225
|
-
});
|
|
226
|
-
}
|
|
227
|
-
function recoveryActionFor(code) {
|
|
228
|
-
switch (code) {
|
|
229
|
-
case "ssr-reflection-fallback-unavailable":
|
|
230
|
-
case "ssr-receipt-identity-mismatch":
|
|
231
|
-
return "rebuild";
|
|
232
|
-
case "ssr-not-requested":
|
|
233
|
-
case "ssr-format-unavailable":
|
|
234
|
-
case "ssr-temporal-unavailable":
|
|
235
|
-
case "ssr-receipt-stale":
|
|
236
|
-
return "retry";
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
function receiptFailure(input, receipt, owner) {
|
|
240
|
-
const field = identityFieldMismatch(input.identity, receipt.identity);
|
|
241
|
-
if (field === void 0) return void 0;
|
|
242
|
-
return blocked(
|
|
243
|
-
input.identity,
|
|
244
|
-
failure("ssr-receipt-identity-mismatch", owner, "rebuild the owner receipt for this identity", {
|
|
245
|
-
identityField: field
|
|
246
|
-
})
|
|
247
|
-
);
|
|
248
|
-
}
|
|
249
|
-
function validFallback(receipt) {
|
|
250
|
-
return receipt !== void 0 && receipt.candidateVisible === false && Number.isFinite(receipt.coverage) && receipt.coverage >= 0 && receipt.coverage <= 1 && (receipt.sourceKey === void 0 || receipt.sourceKey.length > 0) && (receipt.extent === void 0 || receipt.extent.length === 3 && receipt.extent.every((value) => Number.isFinite(value) && value > 0)) && Number.isInteger(receipt.sourceGeneration) && receipt.sourceGeneration >= 0 && Number.isInteger(receipt.projectionGeneration) && receipt.projectionGeneration >= 0 && Number.isInteger(receipt.deviceGeneration) && receipt.deviceGeneration >= 0 && receipt.brdfSignature === "standard-pbr-ibl-v1" && (receipt.source === "probe" && (receipt.state === "active" || receipt.state === "lkg") || receipt.source === "skylight" && (receipt.state === "active" || receipt.state === "lkg") || receipt.source === "neutral" && receipt.state === "neutral");
|
|
251
|
-
}
|
|
252
|
-
function validFormat(receipt) {
|
|
253
|
-
if (receipt?.profile !== SSR_FORMAT_PROFILE || receipt.verdict !== "admitted" || receipt.evidence !== "real" || !Number.isInteger(receipt.deviceGeneration) || receipt.deviceGeneration < 0) {
|
|
254
|
-
return false;
|
|
255
|
-
}
|
|
256
|
-
if (!SSR_FORMAT_STAGES.every(
|
|
257
|
-
(stage) => receipt.stages.some((entry) => entry.stage === stage && entry.verdict === "admitted")
|
|
258
|
-
)) {
|
|
259
|
-
return false;
|
|
260
|
-
}
|
|
261
|
-
return validateR32FloatReceipt(receipt).ok;
|
|
262
|
-
}
|
|
263
|
-
function validTemporal(receipt) {
|
|
264
|
-
return receipt?.successfulSubmit === true && Number.isInteger(receipt.generation) && receipt.generation >= 0;
|
|
265
|
-
}
|
|
266
|
-
function admitSsrM0(input) {
|
|
267
|
-
if (!input.requested) {
|
|
268
|
-
return blocked(
|
|
269
|
-
input.identity,
|
|
270
|
-
failure("ssr-not-requested", "consumer", "request SSR before evaluating M0 admission")
|
|
271
|
-
);
|
|
272
|
-
}
|
|
273
|
-
if (input.reflectionFallback === void 0) {
|
|
274
|
-
return blocked(
|
|
275
|
-
input.identity,
|
|
276
|
-
failure("ssr-reflection-fallback-unavailable", "producer", "use LKG, Skylight, or neutral")
|
|
277
|
-
);
|
|
278
|
-
}
|
|
279
|
-
const fallbackIdentityFailure = receiptFailure(input, input.reflectionFallback, "producer");
|
|
280
|
-
if (fallbackIdentityFailure !== void 0) return fallbackIdentityFailure;
|
|
281
|
-
if (!validFallback(input.reflectionFallback)) {
|
|
282
|
-
return blocked(
|
|
283
|
-
input.identity,
|
|
284
|
-
failure(
|
|
285
|
-
"ssr-reflection-fallback-unavailable",
|
|
286
|
-
"producer",
|
|
287
|
-
"inspect and rebuild the producer receipt"
|
|
288
|
-
),
|
|
289
|
-
input.reflectionFallback.projectionGeneration
|
|
290
|
-
);
|
|
291
|
-
}
|
|
292
|
-
if (input.format === void 0) {
|
|
293
|
-
return blocked(
|
|
294
|
-
input.identity,
|
|
295
|
-
failure("ssr-format-unavailable", "format", "probe the exact format profile for this device"),
|
|
296
|
-
input.reflectionFallback.projectionGeneration
|
|
297
|
-
);
|
|
298
|
-
}
|
|
299
|
-
const formatIdentityFailure = receiptFailure(input, input.format, "format");
|
|
300
|
-
if (formatIdentityFailure !== void 0) return formatIdentityFailure;
|
|
301
|
-
if (!validFormat(input.format)) {
|
|
302
|
-
return blocked(
|
|
303
|
-
input.identity,
|
|
304
|
-
failure("ssr-format-unavailable", "format", "complete the full r32float profile probe"),
|
|
305
|
-
input.reflectionFallback.projectionGeneration
|
|
306
|
-
);
|
|
307
|
-
}
|
|
308
|
-
const temporalIdentityFailure = input.temporal === void 0 ? void 0 : receiptFailure(input, input.temporal, "temporal");
|
|
309
|
-
if (temporalIdentityFailure !== void 0) return temporalIdentityFailure;
|
|
310
|
-
if (input.temporal !== void 0 && !validTemporal(input.temporal)) {
|
|
311
|
-
return blocked(
|
|
312
|
-
input.identity,
|
|
313
|
-
failure("ssr-temporal-unavailable", "temporal", "inspect and rebuild the temporal receipt"),
|
|
314
|
-
input.reflectionFallback.projectionGeneration
|
|
315
|
-
);
|
|
316
|
-
}
|
|
317
|
-
if (input.previousGeneration !== void 0 && input.previousGeneration !== input.reflectionFallback.projectionGeneration) {
|
|
318
|
-
return blocked(
|
|
319
|
-
input.identity,
|
|
320
|
-
failure(
|
|
321
|
-
"ssr-receipt-stale",
|
|
322
|
-
"consumer",
|
|
323
|
-
"discard stale completion and reinspect the owners",
|
|
324
|
-
{
|
|
325
|
-
generation: input.reflectionFallback.projectionGeneration
|
|
326
|
-
}
|
|
327
|
-
),
|
|
328
|
-
input.reflectionFallback.projectionGeneration
|
|
329
|
-
);
|
|
330
|
-
}
|
|
331
|
-
return Object.freeze({
|
|
332
|
-
status: "admitted",
|
|
333
|
-
identity: input.identity,
|
|
334
|
-
generation: input.reflectionFallback.projectionGeneration,
|
|
335
|
-
work: ADMITTED_WORK,
|
|
336
|
-
budget: ADMITTED_BUDGET
|
|
337
|
-
});
|
|
338
|
-
}
|
|
339
|
-
function projectSsrDependencies(input) {
|
|
340
|
-
const identity = input.identity;
|
|
341
|
-
const reflectionFallback = identity === void 0 || input.reflectionFallback?.identity === void 0 ? void 0 : input.reflectionFallback;
|
|
342
|
-
const format = identity === void 0 || input.format === void 0 ? void 0 : { ...input.format, identity };
|
|
343
|
-
const temporal = identity === void 0 || input.temporal === void 0 ? void 0 : { identity, ...input.temporal };
|
|
344
|
-
const admission = identity === void 0 ? blocked(
|
|
345
|
-
void 0,
|
|
346
|
-
failure(
|
|
347
|
-
input.requested ? "ssr-receipt-identity-mismatch" : "ssr-not-requested",
|
|
348
|
-
"consumer",
|
|
349
|
-
input.requested ? "bind the exact source, tree, lock, and build identity before admission" : "request SSR before evaluating M0 admission",
|
|
350
|
-
input.requested ? { identityField: "sourceHead" } : {}
|
|
351
|
-
)
|
|
352
|
-
) : admitSsrM0({
|
|
353
|
-
requested: input.requested,
|
|
354
|
-
identity,
|
|
355
|
-
...reflectionFallback === void 0 ? {} : { reflectionFallback },
|
|
356
|
-
...format === void 0 ? {} : { format },
|
|
357
|
-
...temporal === void 0 ? {} : { temporal },
|
|
358
|
-
...input.previousGeneration === void 0 ? {} : { previousGeneration: input.previousGeneration }
|
|
359
|
-
});
|
|
360
|
-
return Object.freeze({
|
|
361
|
-
status: admission.status,
|
|
362
|
-
identity,
|
|
363
|
-
requested: input.requested,
|
|
364
|
-
reflectionFallback: input.reflectionFallback,
|
|
365
|
-
format,
|
|
366
|
-
temporal,
|
|
367
|
-
admission,
|
|
368
|
-
work: admission.work,
|
|
369
|
-
budget: admission.budget,
|
|
370
|
-
failure: admission.failure
|
|
371
|
-
});
|
|
372
|
-
}
|
|
373
|
-
function zeroSsrAdmissionWork() {
|
|
374
|
-
return ZERO_WORK;
|
|
375
|
-
}
|
|
376
|
-
function resolveSsrAdmissionGeneration(previousGeneration, nextGeneration) {
|
|
377
|
-
return {
|
|
378
|
-
changed: previousGeneration !== void 0 && nextGeneration !== void 0 && previousGeneration !== nextGeneration,
|
|
379
|
-
generation: nextGeneration
|
|
380
|
-
};
|
|
381
|
-
}
|
|
382
|
-
var ZERO_SPATIAL_WORK = Object.freeze({
|
|
383
|
-
attachmentCount: 0,
|
|
384
|
-
passCount: 0,
|
|
385
|
-
bindingCount: 0,
|
|
386
|
-
resourceCount: 0,
|
|
387
|
-
historyCount: 0,
|
|
388
|
-
temporalDemand: 0
|
|
389
|
-
});
|
|
390
|
-
var ADMITTED_SPATIAL_WORK = Object.freeze({
|
|
391
|
-
attachmentCount: 3,
|
|
392
|
-
passCount: 4,
|
|
393
|
-
bindingCount: 4,
|
|
394
|
-
resourceCount: 3,
|
|
395
|
-
historyCount: 0,
|
|
396
|
-
temporalDemand: 0
|
|
397
|
-
});
|
|
398
|
-
function configRange(field, viewRange, maxDistance) {
|
|
399
|
-
switch (field) {
|
|
400
|
-
case "maxDistance":
|
|
401
|
-
return { min: 0, minInclusive: false, max: viewRange, maxInclusive: true };
|
|
402
|
-
case "thickness":
|
|
403
|
-
return { min: 0, minInclusive: false, max: maxDistance, maxInclusive: true };
|
|
404
|
-
case "maxRoughness":
|
|
405
|
-
return { min: 0, minInclusive: true, max: 1, maxInclusive: true };
|
|
406
|
-
}
|
|
407
|
-
}
|
|
408
|
-
function configError(field, value, range) {
|
|
409
|
-
const left = range.minInclusive ? "[" : "(";
|
|
410
|
-
const right = range.maxInclusive ? "]" : ")";
|
|
411
|
-
return Object.freeze({
|
|
412
|
-
code: "ssr-config-invalid",
|
|
413
|
-
expected: `finite ${field} in ${left}${range.min}, ${range.max}${right}`,
|
|
414
|
-
hint: `set ${field} to a finite value inside the reported range before retrying`,
|
|
415
|
-
detail: Object.freeze({ field, value, range: Object.freeze(range) })
|
|
416
|
-
});
|
|
417
|
-
}
|
|
418
|
-
function validateScreenSpaceReflection(config, input) {
|
|
419
|
-
const viewRange = input.viewRange;
|
|
420
|
-
if (!Number.isFinite(viewRange) || viewRange <= 0) {
|
|
421
|
-
return err(
|
|
422
|
-
configError("maxDistance", config.maxDistance, configRange("maxDistance", viewRange, 0))
|
|
423
|
-
);
|
|
424
|
-
}
|
|
425
|
-
if (!Number.isFinite(config.maxDistance) || config.maxDistance <= 0 || config.maxDistance > viewRange) {
|
|
426
|
-
return err(
|
|
427
|
-
configError(
|
|
428
|
-
"maxDistance",
|
|
429
|
-
config.maxDistance,
|
|
430
|
-
configRange("maxDistance", viewRange, config.maxDistance)
|
|
431
|
-
)
|
|
432
|
-
);
|
|
433
|
-
}
|
|
434
|
-
if (!Number.isFinite(config.thickness) || config.thickness <= 0 || config.thickness > config.maxDistance) {
|
|
435
|
-
return err(
|
|
436
|
-
configError(
|
|
437
|
-
"thickness",
|
|
438
|
-
config.thickness,
|
|
439
|
-
configRange("thickness", viewRange, config.maxDistance)
|
|
440
|
-
)
|
|
441
|
-
);
|
|
442
|
-
}
|
|
443
|
-
if (!Number.isFinite(config.maxRoughness) || config.maxRoughness < 0 || config.maxRoughness > 1) {
|
|
444
|
-
return err(
|
|
445
|
-
configError(
|
|
446
|
-
"maxRoughness",
|
|
447
|
-
config.maxRoughness,
|
|
448
|
-
configRange("maxRoughness", viewRange, config.maxDistance)
|
|
449
|
-
)
|
|
450
|
-
);
|
|
451
|
-
}
|
|
452
|
-
return ok(
|
|
453
|
-
Object.freeze({
|
|
454
|
-
maxDistance: config.maxDistance,
|
|
455
|
-
thickness: config.thickness,
|
|
456
|
-
maxRoughness: config.maxRoughness
|
|
457
|
-
})
|
|
458
|
-
);
|
|
459
|
-
}
|
|
460
|
-
function unavailable(lane, reason, required, actual) {
|
|
461
|
-
const recovery = reason === "lane-unsupported" || reason === "projection-unsupported" ? "select a perspective clustered or deferred Standard lane" : reason === "reflection-fallback-unavailable" ? "repair the submitted reflection fallback owner receipt" : reason === "temporal-unavailable" ? "submit the matching temporal-v1 producer receipt" : reason === "recovery-unavailable" ? "complete device and producer recovery before retrying" : "restore the required scene, capability, or format input before retrying";
|
|
462
|
-
return Object.freeze({
|
|
463
|
-
code: "ssr-unavailable",
|
|
464
|
-
expected: "SSR spatial admission has a complete Standard input and capability set",
|
|
465
|
-
hint: recovery,
|
|
466
|
-
detail: Object.freeze({
|
|
467
|
-
lane,
|
|
468
|
-
reason,
|
|
469
|
-
required: Object.freeze([...required]),
|
|
470
|
-
actual: Object.freeze({ ...actual }),
|
|
471
|
-
recovery
|
|
472
|
-
})
|
|
473
|
-
});
|
|
474
|
-
}
|
|
475
|
-
function unavailableResult(lane, viewRange, failure2) {
|
|
476
|
-
return Object.freeze({
|
|
477
|
-
status: "fallback-only",
|
|
478
|
-
lane,
|
|
479
|
-
config: void 0,
|
|
480
|
-
viewRange,
|
|
481
|
-
work: ZERO_SPATIAL_WORK,
|
|
482
|
-
failure: failure2
|
|
483
|
-
});
|
|
484
|
-
}
|
|
485
|
-
function admitSsrSpatial(input) {
|
|
486
|
-
const camera = input.camera;
|
|
487
|
-
const environment = input.environment;
|
|
488
|
-
const viewRange = camera.far - camera.near;
|
|
489
|
-
const config = camera.screenSpaceReflection;
|
|
490
|
-
if (config === void 0) {
|
|
491
|
-
return Object.freeze({
|
|
492
|
-
status: "not-requested",
|
|
493
|
-
lane: environment.lane,
|
|
494
|
-
config: void 0,
|
|
495
|
-
viewRange,
|
|
496
|
-
work: ZERO_SPATIAL_WORK
|
|
497
|
-
});
|
|
498
|
-
}
|
|
499
|
-
const valid = validateScreenSpaceReflection(config, { viewRange });
|
|
500
|
-
if (!valid.ok) {
|
|
501
|
-
return Object.freeze({
|
|
502
|
-
status: "fallback-only",
|
|
503
|
-
lane: environment.lane,
|
|
504
|
-
config,
|
|
505
|
-
viewRange,
|
|
506
|
-
work: ZERO_SPATIAL_WORK,
|
|
507
|
-
failure: valid.error
|
|
508
|
-
});
|
|
509
|
-
}
|
|
510
|
-
if (environment.m0.status !== "admitted") {
|
|
511
|
-
return unavailableResult(
|
|
512
|
-
environment.lane,
|
|
513
|
-
viewRange,
|
|
514
|
-
unavailable(
|
|
515
|
-
environment.lane,
|
|
516
|
-
"reflection-fallback-unavailable",
|
|
517
|
-
["admitted M0 dependency receipt"],
|
|
518
|
-
{ m0: false }
|
|
519
|
-
)
|
|
520
|
-
);
|
|
521
|
-
}
|
|
522
|
-
if (environment.lane !== "clustered" && environment.lane !== "deferred") {
|
|
523
|
-
return unavailableResult(
|
|
524
|
-
environment.lane,
|
|
525
|
-
viewRange,
|
|
526
|
-
unavailable(environment.lane, "lane-unsupported", ["clustered or deferred Standard lane"], {
|
|
527
|
-
lane: environment.lane
|
|
528
|
-
})
|
|
529
|
-
);
|
|
530
|
-
}
|
|
531
|
-
if (camera.projection !== "perspective") {
|
|
532
|
-
return unavailableResult(
|
|
533
|
-
environment.lane,
|
|
534
|
-
viewRange,
|
|
535
|
-
unavailable(environment.lane, "projection-unsupported", ["perspective camera"], {
|
|
536
|
-
projection: camera.projection
|
|
537
|
-
})
|
|
538
|
-
);
|
|
539
|
-
}
|
|
540
|
-
if (!environment.sceneInputs) {
|
|
541
|
-
return unavailableResult(
|
|
542
|
-
environment.lane,
|
|
543
|
-
viewRange,
|
|
544
|
-
unavailable(
|
|
545
|
-
environment.lane,
|
|
546
|
-
"scene-input-unavailable",
|
|
547
|
-
["deferred Standard scene/material/fallback inputs"],
|
|
548
|
-
{ sceneInputs: false }
|
|
549
|
-
)
|
|
550
|
-
);
|
|
551
|
-
}
|
|
552
|
-
if (!environment.temporal) {
|
|
553
|
-
return unavailableResult(
|
|
554
|
-
environment.lane,
|
|
555
|
-
viewRange,
|
|
556
|
-
unavailable(environment.lane, "temporal-unavailable", ["temporal-v1"], { temporal: false })
|
|
557
|
-
);
|
|
558
|
-
}
|
|
559
|
-
if (!environment.reflectionFallback) {
|
|
560
|
-
return unavailableResult(
|
|
561
|
-
environment.lane,
|
|
562
|
-
viewRange,
|
|
563
|
-
unavailable(
|
|
564
|
-
environment.lane,
|
|
565
|
-
"reflection-fallback-unavailable",
|
|
566
|
-
["submitted BRDF-projected fallback"],
|
|
567
|
-
{ reflectionFallback: false }
|
|
568
|
-
)
|
|
569
|
-
);
|
|
570
|
-
}
|
|
571
|
-
if (environment.recovery === false) {
|
|
572
|
-
return unavailableResult(
|
|
573
|
-
environment.lane,
|
|
574
|
-
viewRange,
|
|
575
|
-
unavailable(environment.lane, "recovery-unavailable", ["ready device and owners"], {
|
|
576
|
-
recovery: false
|
|
577
|
-
})
|
|
578
|
-
);
|
|
579
|
-
}
|
|
580
|
-
const capabilities = environment.capabilities;
|
|
581
|
-
if (!capabilities.compute || !capabilities.storageTexture || !capabilities.rgba16floatRenderable) {
|
|
582
|
-
return unavailableResult(
|
|
583
|
-
environment.lane,
|
|
584
|
-
viewRange,
|
|
585
|
-
unavailable(
|
|
586
|
-
environment.lane,
|
|
587
|
-
"capability-unavailable",
|
|
588
|
-
["compute", "storageTexture", "rgba16floatRenderable"],
|
|
589
|
-
{
|
|
590
|
-
compute: capabilities.compute,
|
|
591
|
-
storageTexture: capabilities.storageTexture,
|
|
592
|
-
rgba16floatRenderable: capabilities.rgba16floatRenderable
|
|
593
|
-
}
|
|
594
|
-
)
|
|
595
|
-
);
|
|
596
|
-
}
|
|
597
|
-
if (!capabilities.r32floatSampledStorage) {
|
|
598
|
-
return unavailableResult(
|
|
599
|
-
environment.lane,
|
|
600
|
-
viewRange,
|
|
601
|
-
unavailable(
|
|
602
|
-
environment.lane,
|
|
603
|
-
"format-unavailable",
|
|
604
|
-
["r32float sampled and storage mip chain"],
|
|
605
|
-
{ r32floatSampledStorage: false }
|
|
606
|
-
)
|
|
607
|
-
);
|
|
608
|
-
}
|
|
609
|
-
return Object.freeze({
|
|
610
|
-
status: "admitted",
|
|
611
|
-
lane: environment.lane,
|
|
612
|
-
config: valid.value,
|
|
613
|
-
viewRange,
|
|
614
|
-
work: ADMITTED_SPATIAL_WORK
|
|
615
|
-
});
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
// src/volume/inspection.ts
|
|
619
|
-
function resourceStage(input) {
|
|
620
|
-
if (!input.authored || input.recovery === void 0) return "none";
|
|
621
|
-
if (input.recovery.status === "candidate") return "candidate";
|
|
622
|
-
if (input.recovery.status === "recovering") return "recovering";
|
|
623
|
-
if (input.recovery.status === "degraded") return "lkg";
|
|
624
|
-
return "accepted";
|
|
625
|
-
}
|
|
626
|
-
function inspectVolumetricFog(input) {
|
|
627
|
-
const recovery = input.recovery;
|
|
628
|
-
const status = !input.authored ? "off" : input.capability === "unavailable" ? "unavailable" : input.degraded === true || recovery?.status === "degraded" ? "degraded" : "available";
|
|
629
|
-
return Object.freeze({
|
|
630
|
-
status,
|
|
631
|
-
resourceStage: resourceStage(input),
|
|
632
|
-
guid: recovery?.guid,
|
|
633
|
-
generation: recovery?.generation,
|
|
634
|
-
digest: input.acceptedDigest,
|
|
635
|
-
candidateGeneration: recovery?.candidateGeneration,
|
|
636
|
-
candidateDigest: recovery?.candidateDigest,
|
|
637
|
-
lkgGeneration: recovery?.lkgGeneration,
|
|
638
|
-
candidateFailure: recovery?.candidateFailure,
|
|
639
|
-
deviceEpoch: recovery?.deviceEpoch ?? 0,
|
|
640
|
-
format: input.format,
|
|
641
|
-
passCount: input.passCount ?? 0,
|
|
642
|
-
sampleCount: input.sampleCount ?? 0,
|
|
643
|
-
memoryBytes: input.memoryBytes ?? 0,
|
|
644
|
-
resourceFacts: input.resourceFacts,
|
|
645
|
-
selectedLight: recovery?.selectedLight,
|
|
646
|
-
candidateSelectedLight: recovery?.candidateSelectedLight
|
|
647
|
-
});
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
// src/reflection/filter.ts
|
|
651
|
-
function createProbeFilterState(input) {
|
|
652
|
-
return {
|
|
653
|
-
probeIndex: input.probeIndex,
|
|
654
|
-
faceCount: input.faceCount ?? 6,
|
|
655
|
-
mipCount: input.mipCount,
|
|
656
|
-
cursor: 0,
|
|
657
|
-
activeGeneration: input.activeGeneration ?? 0
|
|
658
|
-
};
|
|
659
|
-
}
|
|
660
|
-
function advanceProbeFilter(state) {
|
|
661
|
-
const total = state.faceCount * state.mipCount;
|
|
662
|
-
if (state.cursor >= total) return void 0;
|
|
663
|
-
return {
|
|
664
|
-
probeIndex: state.probeIndex,
|
|
665
|
-
faceIndex: state.cursor % state.faceCount,
|
|
666
|
-
mipLevel: Math.floor(state.cursor / state.faceCount)
|
|
667
|
-
};
|
|
668
|
-
}
|
|
669
|
-
function commitProbeFilterStep(state, success) {
|
|
670
|
-
if (!success) return state;
|
|
671
|
-
const nextCursor = state.cursor + 1;
|
|
672
|
-
const complete = nextCursor >= state.faceCount * state.mipCount;
|
|
673
|
-
return {
|
|
674
|
-
...state,
|
|
675
|
-
cursor: nextCursor,
|
|
676
|
-
activeGeneration: complete ? state.activeGeneration + 1 : state.activeGeneration
|
|
677
|
-
};
|
|
678
|
-
}
|
|
679
|
-
function probeFilterIsSteady(state) {
|
|
680
|
-
return state.cursor >= state.faceCount * state.mipCount;
|
|
681
|
-
}
|
|
682
|
-
function normalize(vector) {
|
|
683
|
-
const length = Math.hypot(vector[0], vector[1], vector[2]);
|
|
684
|
-
if (length === 0) return [0, 0, 1];
|
|
685
|
-
return [vector[0] / length, vector[1] / length, vector[2] / length];
|
|
686
|
-
}
|
|
687
|
-
function boxProjectReflectionDirection(direction, boxCenter, halfExtents, point) {
|
|
688
|
-
const ray = normalize(direction);
|
|
689
|
-
for (const axis of [0, 1, 2]) {
|
|
690
|
-
if (Math.abs(point[axis] - boxCenter[axis]) >= halfExtents[axis]) return ray;
|
|
691
|
-
}
|
|
692
|
-
let distance = Number.POSITIVE_INFINITY;
|
|
693
|
-
for (let axis = 0; axis < 3; axis += 1) {
|
|
694
|
-
const component = ray[axis] ?? 0;
|
|
695
|
-
if (component === 0) continue;
|
|
696
|
-
const extent = halfExtents[axis] ?? 0;
|
|
697
|
-
const edge = component > 0 ? (boxCenter[axis] ?? 0) + extent : (boxCenter[axis] ?? 0) - extent;
|
|
698
|
-
const candidate = (edge - (point[axis] ?? 0)) / component;
|
|
699
|
-
if (candidate > 0) distance = Math.min(distance, candidate);
|
|
700
|
-
}
|
|
701
|
-
if (!Number.isFinite(distance)) return ray;
|
|
702
|
-
return normalize([
|
|
703
|
-
(point[0] ?? 0) + ray[0] * distance - (boxCenter[0] ?? 0),
|
|
704
|
-
(point[1] ?? 0) + ray[1] * distance - (boxCenter[1] ?? 0),
|
|
705
|
-
(point[2] ?? 0) + ray[2] * distance - (boxCenter[2] ?? 0)
|
|
706
|
-
]);
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
// src/reflection/gpu-table.ts
|
|
710
|
-
function buildReflectionProbeTable(rows) {
|
|
711
|
-
const ordered = rows.slice().sort((a, b) => a.index - b.index);
|
|
712
|
-
const indices = /* @__PURE__ */ new Map();
|
|
713
|
-
for (const row of ordered) {
|
|
714
|
-
if (row.primitiveKey !== void 0) indices.set(row.primitiveKey, row.index);
|
|
715
|
-
}
|
|
716
|
-
const indexFor = (primitiveKey2) => indices.get(primitiveKey2);
|
|
717
|
-
return {
|
|
718
|
-
rows: Object.freeze(ordered),
|
|
719
|
-
cpuIndexByPrimitive: indexFor,
|
|
720
|
-
gpuIndexByPrimitive: indexFor
|
|
721
|
-
};
|
|
722
|
-
}
|
|
723
|
-
function reflectionProbeTableBytes(table) {
|
|
724
|
-
return table.rows.length * 48;
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
// src/reflection/inspection.ts
|
|
728
|
-
function recoveryFor(receipt, failure2) {
|
|
729
|
-
if (failure2 !== void 0) {
|
|
730
|
-
const code = failure2.code.toLowerCase();
|
|
731
|
-
if (code.includes("device") || code.includes("format") || code.includes("capability")) {
|
|
732
|
-
return "rebuild";
|
|
733
|
-
}
|
|
734
|
-
if (failure2.stage === "prepare" || failure2.stage === "filter") return "recapture";
|
|
735
|
-
if (failure2.stage === "build" || failure2.stage === "encode") return "rebuild";
|
|
736
|
-
if (failure2.stage === "finish" || failure2.stage === "submit") return "retry";
|
|
737
|
-
if (failure2.stage === "completion") {
|
|
738
|
-
if (receipt.source === "probe" && (receipt.state === "active" || receipt.state === "lkg")) {
|
|
739
|
-
return "use-LKG";
|
|
740
|
-
}
|
|
741
|
-
if (receipt.source === "skylight" && (receipt.state === "active" || receipt.state === "lkg")) {
|
|
742
|
-
return "use-Skylight";
|
|
743
|
-
}
|
|
744
|
-
if (receipt.source === "neutral" && receipt.state === "neutral") return "use-neutral";
|
|
745
|
-
return "retry";
|
|
746
|
-
}
|
|
747
|
-
}
|
|
748
|
-
if (receipt.source === "probe" && (receipt.state === "active" || receipt.state === "lkg")) {
|
|
749
|
-
return "use-LKG";
|
|
750
|
-
}
|
|
751
|
-
if (receipt.source === "skylight" || receipt.state === "lkg") return "use-Skylight";
|
|
752
|
-
return "use-neutral";
|
|
753
|
-
}
|
|
754
|
-
function inspectReflectionFallback(receipt, failure2) {
|
|
755
|
-
return {
|
|
756
|
-
receipt,
|
|
757
|
-
recoveryAction: recoveryFor(receipt, failure2),
|
|
758
|
-
...failure2 === void 0 ? {} : {
|
|
759
|
-
failureStage: failure2.stage,
|
|
760
|
-
failureCode: failure2.code,
|
|
761
|
-
expected: failure2.expected,
|
|
762
|
-
...failure2.detail === void 0 ? {} : { detail: failure2.detail }
|
|
763
|
-
}
|
|
764
|
-
};
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
// src/reflection/projection.ts
|
|
768
|
-
var REFLECTION_PROBE_BYTES_PER_TEXEL = 8;
|
|
769
|
-
var DEFAULT_REFLECTION_PROBE_LIMITS = Object.freeze({
|
|
770
|
-
maxProbes: 16,
|
|
771
|
-
maxResolution: 256,
|
|
772
|
-
maxBytes: 64 * 1024 * 1024
|
|
773
|
-
});
|
|
774
|
-
function validateReflectionProbeInput(input) {
|
|
775
|
-
for (let index = 0; index < input.halfExtents.length; index += 1) {
|
|
776
|
-
const value = input.halfExtents[index];
|
|
777
|
-
if (value === void 0 || !Number.isFinite(value) || value <= 0) {
|
|
778
|
-
return {
|
|
779
|
-
ok: false,
|
|
780
|
-
error: {
|
|
781
|
-
code: "reflection-probe-input-invalid",
|
|
782
|
-
field: `halfExtents[${index}]`,
|
|
783
|
-
value,
|
|
784
|
-
expected: "a finite number greater than zero"
|
|
785
|
-
}
|
|
786
|
-
};
|
|
787
|
-
}
|
|
788
|
-
}
|
|
789
|
-
if (!Number.isFinite(input.priority)) {
|
|
790
|
-
return {
|
|
791
|
-
ok: false,
|
|
792
|
-
error: {
|
|
793
|
-
code: "reflection-probe-input-invalid",
|
|
794
|
-
field: "priority",
|
|
795
|
-
value: input.priority,
|
|
796
|
-
expected: "a finite number"
|
|
797
|
-
}
|
|
798
|
-
};
|
|
799
|
-
}
|
|
800
|
-
if (!Number.isFinite(input.intensity) || input.intensity < 0) {
|
|
801
|
-
return {
|
|
802
|
-
ok: false,
|
|
803
|
-
error: {
|
|
804
|
-
code: "reflection-probe-input-invalid",
|
|
805
|
-
field: "intensity",
|
|
806
|
-
value: input.intensity,
|
|
807
|
-
expected: "a finite number greater than or equal to zero"
|
|
808
|
-
}
|
|
809
|
-
};
|
|
810
|
-
}
|
|
811
|
-
if (!Number.isInteger(input.resolution) || input.resolution < 16 || (input.resolution & input.resolution - 1) !== 0) {
|
|
812
|
-
return {
|
|
813
|
-
ok: false,
|
|
814
|
-
error: {
|
|
815
|
-
code: "reflection-probe-input-invalid",
|
|
816
|
-
field: "resolution",
|
|
817
|
-
value: input.resolution,
|
|
818
|
-
expected: "a power of two of at least 16 pixels"
|
|
819
|
-
}
|
|
820
|
-
};
|
|
821
|
-
}
|
|
822
|
-
return { ok: true };
|
|
823
|
-
}
|
|
824
|
-
function estimateReflectionProbeBytes(resolution, limits = DEFAULT_REFLECTION_PROBE_LIMITS) {
|
|
825
|
-
const maxResolution = limits.maxResolution ?? DEFAULT_REFLECTION_PROBE_LIMITS.maxResolution;
|
|
826
|
-
const clamped = Math.min(resolution, maxResolution);
|
|
827
|
-
let filteredTexels = 0;
|
|
828
|
-
for (let mip = 0; mip < 5; mip++) {
|
|
829
|
-
const size = Math.max(1, Math.floor(clamped / 2 ** mip));
|
|
830
|
-
filteredTexels += size * size;
|
|
831
|
-
}
|
|
832
|
-
return (clamped * clamped + 2 * filteredTexels) * 6 * REFLECTION_PROBE_BYTES_PER_TEXEL + 3 * clamped * clamped * 4;
|
|
833
|
-
}
|
|
834
|
-
function admitReflectionProbe(input, current, limits = DEFAULT_REFLECTION_PROBE_LIMITS) {
|
|
835
|
-
const maxProbes = limits.maxProbes ?? DEFAULT_REFLECTION_PROBE_LIMITS.maxProbes;
|
|
836
|
-
const maxBytes = limits.maxBytes ?? DEFAULT_REFLECTION_PROBE_LIMITS.maxBytes;
|
|
837
|
-
const maxResolution = limits.maxResolution ?? DEFAULT_REFLECTION_PROBE_LIMITS.maxResolution;
|
|
838
|
-
const requested = estimateReflectionProbeBytes(input.resolution, { maxResolution });
|
|
839
|
-
if (input.resolution > maxResolution || current.acceptedCount >= maxProbes || current.acceptedBytes + requested > maxBytes) {
|
|
840
|
-
return {
|
|
841
|
-
ok: false,
|
|
842
|
-
error: {
|
|
843
|
-
code: "reflection-probe-budget-exceeded",
|
|
844
|
-
requested,
|
|
845
|
-
activeCount: current.acceptedCount,
|
|
846
|
-
activeBytes: current.acceptedBytes,
|
|
847
|
-
maxProbes,
|
|
848
|
-
maxBytes
|
|
849
|
-
}
|
|
850
|
-
};
|
|
851
|
-
}
|
|
852
|
-
return { ok: true, acceptedBytes: current.acceptedBytes + requested };
|
|
853
|
-
}
|
|
854
|
-
function resolveReflectionFallbackSource(selection, probeReady, skylightAvailable = true) {
|
|
855
|
-
if (selection.kind === "probe" && probeReady) return "probe";
|
|
856
|
-
if (skylightAvailable) return "skylight";
|
|
857
|
-
return "neutral";
|
|
858
|
-
}
|
|
859
|
-
function reflectionFallbackCoverage(source, fact, selection) {
|
|
860
|
-
if (source === "neutral") return 0;
|
|
861
|
-
if (source === "skylight") return 1;
|
|
862
|
-
if (fact === void 0 || selection.kind !== "probe") return 0;
|
|
863
|
-
const normalized = Math.sqrt(Math.max(0, selection.normalizedDistance));
|
|
864
|
-
return Math.max(0, Math.min(1, 1 - normalized / Math.sqrt(3)));
|
|
865
|
-
}
|
|
866
|
-
function reflectionFallbackSourceKey(source, selection, skylight) {
|
|
867
|
-
if (source === "probe" && selection.kind === "probe") {
|
|
868
|
-
return `probe:${selection.worldId}:${selection.entityKey}`;
|
|
869
|
-
}
|
|
870
|
-
if (source === "skylight" && skylight !== void 0) {
|
|
871
|
-
return `skylight:${skylight.entityHandle}:${skylight.equirectHandle}`;
|
|
872
|
-
}
|
|
873
|
-
return source;
|
|
874
|
-
}
|
|
875
|
-
function reflectionFallbackProjectionSignature(input) {
|
|
876
|
-
return JSON.stringify({
|
|
877
|
-
renderableKey: input.renderableKey,
|
|
878
|
-
sourceKey: input.sourceKey,
|
|
879
|
-
source: input.source,
|
|
880
|
-
coverage: input.coverage,
|
|
881
|
-
extent: input.extent,
|
|
882
|
-
brdfSignature: input.brdfSignature
|
|
883
|
-
});
|
|
884
|
-
}
|
|
885
|
-
function deriveReflectionFallbackProjection(input) {
|
|
886
|
-
if (!Number.isFinite(input.coverage) || input.coverage < 0 || input.coverage > 1) {
|
|
887
|
-
return {
|
|
888
|
-
ok: false,
|
|
889
|
-
error: {
|
|
890
|
-
code: "reflection-fallback-input-invalid",
|
|
891
|
-
field: "coverage",
|
|
892
|
-
expected: "a finite number between zero and one"
|
|
893
|
-
}
|
|
894
|
-
};
|
|
895
|
-
}
|
|
896
|
-
if (input.extent?.some((value) => !Number.isFinite(value) || value <= 0)) {
|
|
897
|
-
return {
|
|
898
|
-
ok: false,
|
|
899
|
-
error: {
|
|
900
|
-
code: "reflection-fallback-input-invalid",
|
|
901
|
-
field: "extent",
|
|
902
|
-
expected: "three finite numbers greater than zero"
|
|
903
|
-
}
|
|
904
|
-
};
|
|
905
|
-
}
|
|
906
|
-
if (input.linearHdr.some((value) => !Number.isFinite(value))) {
|
|
907
|
-
return {
|
|
908
|
-
ok: false,
|
|
909
|
-
error: {
|
|
910
|
-
code: "reflection-fallback-input-invalid",
|
|
911
|
-
field: "linearHdr",
|
|
912
|
-
expected: "four finite linear HDR values"
|
|
913
|
-
}
|
|
914
|
-
};
|
|
915
|
-
}
|
|
916
|
-
if (input.brdfSignature.length === 0) {
|
|
917
|
-
return {
|
|
918
|
-
ok: false,
|
|
919
|
-
error: {
|
|
920
|
-
code: "reflection-fallback-input-invalid",
|
|
921
|
-
field: "brdfSignature",
|
|
922
|
-
expected: "a non-empty BRDF signature"
|
|
923
|
-
}
|
|
924
|
-
};
|
|
925
|
-
}
|
|
926
|
-
const linearHdr = input.source === "neutral" ? [0, 0, 0, 0] : [...input.linearHdr];
|
|
927
|
-
return {
|
|
928
|
-
ok: true,
|
|
929
|
-
value: Object.freeze({
|
|
930
|
-
...input.renderableKey === void 0 ? {} : { renderableKey: input.renderableKey },
|
|
931
|
-
...input.sourceKey === void 0 ? {} : { sourceKey: input.sourceKey },
|
|
932
|
-
source: input.source,
|
|
933
|
-
coverage: input.coverage,
|
|
934
|
-
...input.extent === void 0 ? {} : {
|
|
935
|
-
extent: Object.freeze([...input.extent])
|
|
936
|
-
},
|
|
937
|
-
linearHdr: Object.freeze(linearHdr),
|
|
938
|
-
brdfSignature: input.brdfSignature
|
|
939
|
-
})
|
|
940
|
-
};
|
|
941
|
-
}
|
|
942
|
-
function contains(fact, point) {
|
|
943
|
-
return fact.halfExtents.every((extent, axis) => {
|
|
944
|
-
const center = fact.center[axis] ?? 0;
|
|
945
|
-
const coordinate = point[axis] ?? 0;
|
|
946
|
-
return Math.abs(coordinate - center) <= extent;
|
|
947
|
-
});
|
|
948
|
-
}
|
|
949
|
-
function normalizedDistance(fact, point) {
|
|
950
|
-
let squared = 0;
|
|
951
|
-
for (let axis = 0; axis < 3; axis += 1) {
|
|
952
|
-
const delta = (point[axis] ?? 0) - (fact.center[axis] ?? 0);
|
|
953
|
-
const extent = fact.halfExtents[axis] ?? 1;
|
|
954
|
-
squared += (delta / extent) ** 2;
|
|
955
|
-
}
|
|
956
|
-
return squared;
|
|
957
|
-
}
|
|
958
|
-
function isBetter(candidate, current, facts) {
|
|
959
|
-
const candidateFact = facts.find(
|
|
960
|
-
(fact) => fact.worldId === candidate.worldId && fact.entityKey === candidate.entityKey
|
|
961
|
-
);
|
|
962
|
-
const currentFact = facts.find(
|
|
963
|
-
(fact) => fact.worldId === current.worldId && fact.entityKey === current.entityKey
|
|
964
|
-
);
|
|
965
|
-
if (candidateFact === void 0 || currentFact === void 0) return false;
|
|
966
|
-
if (candidateFact.priority !== currentFact.priority)
|
|
967
|
-
return candidateFact.priority > currentFact.priority;
|
|
968
|
-
if (candidate.normalizedDistance !== current.normalizedDistance) {
|
|
969
|
-
return candidate.normalizedDistance < current.normalizedDistance;
|
|
970
|
-
}
|
|
971
|
-
return candidate.worldId < current.worldId || candidate.worldId === current.worldId && candidate.entityKey < current.entityKey;
|
|
972
|
-
}
|
|
973
|
-
function selectReflectionProbe(facts, primitiveCenter) {
|
|
974
|
-
let selected;
|
|
975
|
-
for (const fact of facts) {
|
|
976
|
-
if (!contains(fact, primitiveCenter)) continue;
|
|
977
|
-
const candidate = {
|
|
978
|
-
kind: "probe",
|
|
979
|
-
worldId: fact.worldId,
|
|
980
|
-
entityKey: fact.entityKey,
|
|
981
|
-
normalizedDistance: normalizedDistance(fact, primitiveCenter)
|
|
982
|
-
};
|
|
983
|
-
if (selected === void 0 || isBetter(candidate, selected, facts)) selected = candidate;
|
|
984
|
-
}
|
|
985
|
-
return selected ?? { kind: "skylight" };
|
|
986
|
-
}
|
|
987
|
-
function primitiveKey(worldId, entityKey) {
|
|
988
|
-
return `${worldId}:${entityKey}`;
|
|
989
|
-
}
|
|
990
|
-
var ReflectionProbeProjection = class {
|
|
991
|
-
revision = 0;
|
|
992
|
-
facts = [];
|
|
993
|
-
selected = /* @__PURE__ */ new Map();
|
|
994
|
-
signature = "";
|
|
995
|
-
scannedPrimitives = 0;
|
|
996
|
-
update(facts, primitives) {
|
|
997
|
-
const nextFacts = facts.slice().sort((a, b) => a.worldId - b.worldId || a.entityKey - b.entityKey);
|
|
998
|
-
const signature = JSON.stringify({ facts: nextFacts, primitives });
|
|
999
|
-
if (signature === this.signature) return this.snapshot();
|
|
1000
|
-
this.signature = signature;
|
|
1001
|
-
this.facts = nextFacts;
|
|
1002
|
-
this.selected = /* @__PURE__ */ new Map();
|
|
1003
|
-
for (const primitive of primitives) {
|
|
1004
|
-
this.selected.set(
|
|
1005
|
-
primitive.renderableKey ?? primitiveKey(primitive.worldId, primitive.entityKey),
|
|
1006
|
-
selectReflectionProbe(nextFacts, primitive.center)
|
|
1007
|
-
);
|
|
1008
|
-
}
|
|
1009
|
-
this.scannedPrimitives = primitives.length;
|
|
1010
|
-
this.revision += 1;
|
|
1011
|
-
return this.snapshot();
|
|
1012
|
-
}
|
|
1013
|
-
snapshot() {
|
|
1014
|
-
return {
|
|
1015
|
-
revision: this.revision,
|
|
1016
|
-
facts: this.facts,
|
|
1017
|
-
selected: this.selected,
|
|
1018
|
-
scannedPrimitives: this.scannedPrimitives
|
|
1019
|
-
};
|
|
1020
|
-
}
|
|
1021
|
-
selection(worldId, entityKey) {
|
|
1022
|
-
return this.selected.get(primitiveKey(worldId, entityKey)) ?? { kind: "skylight" };
|
|
1023
|
-
}
|
|
1024
|
-
};
|
|
1025
|
-
|
|
1026
|
-
// src/scene/visibility/inspection.ts
|
|
1027
|
-
var LOD_OCCLUSION_INSPECTION_SCHEMA = "forgeax::lod-occlusion-inspection::v2";
|
|
1028
|
-
var LOD_OCCLUSION_INSPECTION_MAX_BYTES = 16 * 1024;
|
|
1029
|
-
var MAX_INSPECTION_SAMPLES = 64;
|
|
1030
|
-
function nonNegativeInteger(name, value) {
|
|
1031
|
-
if (!Number.isInteger(value) || value < 0)
|
|
1032
|
-
throw new Error(`${name} must be a non-negative integer`);
|
|
1033
|
-
return value;
|
|
1034
|
-
}
|
|
1035
|
-
function copyError(error) {
|
|
1036
|
-
return Object.freeze({
|
|
1037
|
-
code: error.code,
|
|
1038
|
-
expected: error.expected,
|
|
1039
|
-
hint: error.hint,
|
|
1040
|
-
...error.detail === void 0 ? {} : { detail: Object.freeze({ ...error.detail }) }
|
|
1041
|
-
});
|
|
1042
|
-
}
|
|
1043
|
-
function copyFallback(fallback) {
|
|
1044
|
-
return fallback.active ? Object.freeze({ ...fallback, error: copyError(fallback.error) }) : Object.freeze({ active: false });
|
|
1045
|
-
}
|
|
1046
|
-
function copySamples(samples) {
|
|
1047
|
-
return Object.freeze(
|
|
1048
|
-
[...samples].sort((left, right) => left.primitiveSlot - right.primitiveSlot).slice(0, MAX_INSPECTION_SAMPLES).map(
|
|
1049
|
-
(sample) => Object.freeze({
|
|
1050
|
-
primitiveSlot: nonNegativeInteger("sample.primitiveSlot", sample.primitiveSlot),
|
|
1051
|
-
level: nonNegativeInteger("sample.level", sample.level),
|
|
1052
|
-
visible: sample.visible
|
|
1053
|
-
})
|
|
1054
|
-
)
|
|
1055
|
-
);
|
|
1056
|
-
}
|
|
1057
|
-
function copyWorldAttribution(attribution) {
|
|
1058
|
-
if (attribution === void 0) {
|
|
1059
|
-
return Object.freeze({ status: "unavailable", reason: "projection-only" });
|
|
1060
|
-
}
|
|
1061
|
-
if (attribution.status === "same-submit") {
|
|
1062
|
-
if (typeof attribution.submit.build !== "string" || attribution.submit.build.length === 0) {
|
|
1063
|
-
throw new Error("world.attribution.submit.build must be a non-empty string");
|
|
1064
|
-
}
|
|
1065
|
-
nonNegativeInteger("world.attribution.submit.frameId", attribution.submit.frameId);
|
|
1066
|
-
nonNegativeInteger(
|
|
1067
|
-
"world.attribution.submit.deviceGeneration",
|
|
1068
|
-
attribution.submit.deviceGeneration
|
|
1069
|
-
);
|
|
1070
|
-
return Object.freeze({
|
|
1071
|
-
status: "same-submit",
|
|
1072
|
-
submit: Object.freeze({ ...attribution.submit })
|
|
1073
|
-
});
|
|
1074
|
-
}
|
|
1075
|
-
if (attribution.status !== "unavailable" || attribution.reason !== "projection-only") {
|
|
1076
|
-
throw new Error("world.attribution must declare same-submit or projection-only");
|
|
1077
|
-
}
|
|
1078
|
-
return Object.freeze({ status: "unavailable", reason: "projection-only" });
|
|
1079
|
-
}
|
|
1080
|
-
function copyRow(row) {
|
|
1081
|
-
for (const [name, value] of Object.entries({
|
|
1082
|
-
generation: row.generation,
|
|
1083
|
-
candidates: row.count.candidates,
|
|
1084
|
-
visible: row.count.visible,
|
|
1085
|
-
occluded: row.count.occluded,
|
|
1086
|
-
median: row.queryLatencyUs.median,
|
|
1087
|
-
p95: row.queryLatencyUs.p95,
|
|
1088
|
-
last: row.queryLatencyUs.last,
|
|
1089
|
-
pageUsed: row.pagePressure.used,
|
|
1090
|
-
pageCapacity: row.pagePressure.capacity
|
|
1091
|
-
}))
|
|
1092
|
-
nonNegativeInteger(`inspection.${name}`, value);
|
|
1093
|
-
if (row.view.cameraEntity < 0 || row.view.viewGeneration < 0 || row.slot.primitiveSlot < 0 || row.slot.slotGeneration < 0) {
|
|
1094
|
-
throw new Error("inspection identity values must be non-negative");
|
|
1095
|
-
}
|
|
1096
|
-
if (row.pagePressure.used > row.pagePressure.capacity) {
|
|
1097
|
-
throw new Error("inspection page pressure exceeds capacity");
|
|
1098
|
-
}
|
|
1099
|
-
return Object.freeze({
|
|
1100
|
-
root: Object.freeze({ ...row.root }),
|
|
1101
|
-
view: Object.freeze({ ...row.view }),
|
|
1102
|
-
slot: Object.freeze({ ...row.slot }),
|
|
1103
|
-
generation: row.generation,
|
|
1104
|
-
count: Object.freeze({ ...row.count }),
|
|
1105
|
-
lodHistogram: Object.freeze(
|
|
1106
|
-
row.lodHistogram.map(
|
|
1107
|
-
(histogram) => Object.freeze({
|
|
1108
|
-
level: nonNegativeInteger("histogram.level", histogram.level),
|
|
1109
|
-
count: nonNegativeInteger("histogram.count", histogram.count)
|
|
1110
|
-
})
|
|
1111
|
-
)
|
|
1112
|
-
),
|
|
1113
|
-
queryLatencyUs: Object.freeze({ ...row.queryLatencyUs }),
|
|
1114
|
-
pagePressure: Object.freeze({ ...row.pagePressure }),
|
|
1115
|
-
fallback: copyFallback(row.fallback),
|
|
1116
|
-
degradation: Object.freeze({ ...row.degradation }),
|
|
1117
|
-
samples: copySamples(row.samples)
|
|
1118
|
-
});
|
|
1119
|
-
}
|
|
1120
|
-
function copyWorlds(worlds, fallback) {
|
|
1121
|
-
const source = worlds ?? [{ attachmentId: fallback.view.attachmentId, rows: [fallback] }];
|
|
1122
|
-
return Object.freeze(
|
|
1123
|
-
source.map(
|
|
1124
|
-
(world) => Object.freeze({
|
|
1125
|
-
attachmentId: world.attachmentId,
|
|
1126
|
-
rows: Object.freeze(world.rows.map((row) => copyRow(row))),
|
|
1127
|
-
attribution: copyWorldAttribution(world.attribution)
|
|
1128
|
-
})
|
|
1129
|
-
)
|
|
1130
|
-
);
|
|
1131
|
-
}
|
|
1132
|
-
function inspectLodOcclusion(input) {
|
|
1133
|
-
const row = copyRow(input);
|
|
1134
|
-
const defaultBudget = createVisibilityBudget();
|
|
1135
|
-
const budget = input.budget ?? {
|
|
1136
|
-
configuredQueryBudget: defaultBudget.configuredQueryBudget,
|
|
1137
|
-
effectiveQueryBudget: defaultBudget.effectiveQueryBudget,
|
|
1138
|
-
settleSubmits: defaultBudget.settleSubmits,
|
|
1139
|
-
retestSubmits: defaultBudget.retestSubmits,
|
|
1140
|
-
expirySubmits: defaultBudget.expirySubmits
|
|
1141
|
-
};
|
|
1142
|
-
for (const [name, value] of Object.entries(budget))
|
|
1143
|
-
nonNegativeInteger(`inspection.budget.${name}`, value);
|
|
1144
|
-
const submit = input.submit ?? {
|
|
1145
|
-
frameId: input.generation,
|
|
1146
|
-
build: "unknown",
|
|
1147
|
-
deviceGeneration: 0
|
|
1148
|
-
};
|
|
1149
|
-
nonNegativeInteger("inspection.submit.frameId", submit.frameId);
|
|
1150
|
-
nonNegativeInteger("inspection.submit.deviceGeneration", submit.deviceGeneration);
|
|
1151
|
-
if (typeof submit.build !== "string" || submit.build.length === 0) {
|
|
1152
|
-
throw new Error("inspection.submit.build must be a non-empty string");
|
|
1153
|
-
}
|
|
1154
|
-
const worlds = copyWorlds(input.worlds, row);
|
|
1155
|
-
for (const world of worlds) {
|
|
1156
|
-
if (world.attribution.status === "same-submit" && (world.attribution.submit.frameId !== submit.frameId || world.attribution.submit.build !== submit.build || world.attribution.submit.deviceGeneration !== submit.deviceGeneration)) {
|
|
1157
|
-
throw new Error("world attribution must reference the parent inspection submit");
|
|
1158
|
-
}
|
|
1159
|
-
}
|
|
1160
|
-
const inspection = Object.freeze({
|
|
1161
|
-
schema: LOD_OCCLUSION_INSPECTION_SCHEMA,
|
|
1162
|
-
...row,
|
|
1163
|
-
submit: Object.freeze({ ...submit }),
|
|
1164
|
-
budget: Object.freeze({ ...budget }),
|
|
1165
|
-
worlds
|
|
1166
|
-
});
|
|
1167
|
-
if (JSON.stringify(inspection).length > LOD_OCCLUSION_INSPECTION_MAX_BYTES) {
|
|
1168
|
-
throw new Error(`LOD occlusion inspection exceeds ${LOD_OCCLUSION_INSPECTION_MAX_BYTES} bytes`);
|
|
1169
|
-
}
|
|
1170
|
-
return inspection;
|
|
1171
|
-
}
|
|
1172
|
-
function serializeLodOcclusionInspection(inspection) {
|
|
1173
|
-
const serialized = JSON.stringify(inspection);
|
|
1174
|
-
if (serialized.length > LOD_OCCLUSION_INSPECTION_MAX_BYTES) {
|
|
1175
|
-
throw new Error(`LOD occlusion inspection exceeds ${LOD_OCCLUSION_INSPECTION_MAX_BYTES} bytes`);
|
|
1176
|
-
}
|
|
1177
|
-
return serialized;
|
|
1178
|
-
}
|
|
1179
|
-
function consumeLodOcclusionInspection(inspection) {
|
|
1180
|
-
if (!inspection.fallback.active) return { action: "none" };
|
|
1181
|
-
const { reason, error } = inspection.fallback;
|
|
1182
|
-
const action = error.code.startsWith("asset-") || reason === "producer-failed" ? "rebuild" : reason === "query-failed" || reason === "page-exhausted" || reason === "device-loss" ? "retry" : "cold-cook";
|
|
1183
|
-
return { action, sourceKey: inspection.root.sourceKey, reason };
|
|
1184
|
-
}
|
|
1185
|
-
|
|
1186
|
-
// src/ssr/inspection.ts
|
|
1187
|
-
var SSR_INSPECTION_MAX_PASSES = 64;
|
|
1188
|
-
function nonNegativeSafeInteger(name, value) {
|
|
1189
|
-
if (!Number.isSafeInteger(value) || value < 0) {
|
|
1190
|
-
throw new Error(`${name} must be a non-negative safe integer`);
|
|
1191
|
-
}
|
|
1192
|
-
return value;
|
|
1193
|
-
}
|
|
1194
|
-
function copyHistory(history) {
|
|
1195
|
-
nonNegativeSafeInteger("SSR inspection history.bytes", history.bytes);
|
|
1196
|
-
nonNegativeSafeInteger("SSR inspection history.resetCount", history.resetCount);
|
|
1197
|
-
return Object.freeze({
|
|
1198
|
-
state: history.state,
|
|
1199
|
-
bytes: history.bytes,
|
|
1200
|
-
resetCount: history.resetCount
|
|
1201
|
-
});
|
|
1202
|
-
}
|
|
1203
|
-
function copyCoverage(coverage) {
|
|
1204
|
-
const result = {
|
|
1205
|
-
hitCount: coverage?.hitCount ?? null,
|
|
1206
|
-
fallbackCount: coverage?.fallbackCount ?? null,
|
|
1207
|
-
excludedCount: coverage?.excludedCount ?? null
|
|
1208
|
-
};
|
|
1209
|
-
for (const [key, value] of Object.entries(result)) {
|
|
1210
|
-
if (value !== null) nonNegativeSafeInteger(`SSR inspection coverage.${key}`, value);
|
|
1211
|
-
}
|
|
1212
|
-
return Object.freeze(result);
|
|
1213
|
-
}
|
|
1214
|
-
function copyPassRoster(passRoster) {
|
|
1215
|
-
return Object.freeze(
|
|
1216
|
-
[...passRoster ?? []].slice(0, SSR_INSPECTION_MAX_PASSES).map((name, index) => {
|
|
1217
|
-
if (typeof name !== "string" || name.length === 0) {
|
|
1218
|
-
throw new Error(`SSR inspection passRoster[${index}] must be a non-empty string`);
|
|
1219
|
-
}
|
|
1220
|
-
return name;
|
|
1221
|
-
})
|
|
1222
|
-
);
|
|
1223
|
-
}
|
|
1224
|
-
function projectSsrSpatialInspection(admission, projection = {}) {
|
|
1225
|
-
const config = admission.config;
|
|
1226
|
-
return Object.freeze({
|
|
1227
|
-
status: projection.status ?? admission.status,
|
|
1228
|
-
lane: admission.lane,
|
|
1229
|
-
config: config === void 0 ? void 0 : Object.freeze({
|
|
1230
|
-
maxDistance: config.maxDistance,
|
|
1231
|
-
thickness: config.thickness,
|
|
1232
|
-
maxRoughness: config.maxRoughness
|
|
1233
|
-
}),
|
|
1234
|
-
viewRange: admission.viewRange,
|
|
1235
|
-
coverage: copyCoverage(projection.coverage),
|
|
1236
|
-
history: copyHistory(
|
|
1237
|
-
projection.history ?? {
|
|
1238
|
-
state: "not-owned",
|
|
1239
|
-
bytes: 0,
|
|
1240
|
-
resetCount: 0
|
|
1241
|
-
}
|
|
1242
|
-
),
|
|
1243
|
-
work: Object.freeze({ ...admission.work }),
|
|
1244
|
-
passRoster: copyPassRoster(projection.passRoster),
|
|
1245
|
-
fallbackSource: projection.fallbackSource,
|
|
1246
|
-
failure: projection.failure ?? admission.failure
|
|
1247
|
-
});
|
|
1248
|
-
}
|
|
1249
|
-
function serializeSsrSpatialInspection(inspection) {
|
|
1250
|
-
return JSON.stringify(inspection);
|
|
1251
|
-
}
|
|
1252
|
-
var DynamicGeometryError = class extends Error {
|
|
1253
|
-
code;
|
|
1254
|
-
expected;
|
|
1255
|
-
hint;
|
|
1256
|
-
detail;
|
|
1257
|
-
constructor(code, expected, hint, detail = {}) {
|
|
1258
|
-
super(`${code}: ${expected}`);
|
|
1259
|
-
this.name = "DynamicGeometryError";
|
|
1260
|
-
this.code = code;
|
|
1261
|
-
this.expected = expected;
|
|
1262
|
-
this.hint = hint;
|
|
1263
|
-
this.detail = Object.freeze({ code, ...detail });
|
|
1264
|
-
}
|
|
1265
|
-
};
|
|
1266
|
-
function sameCandidateCredential(candidate, committed) {
|
|
1267
|
-
return candidate.candidateId === committed.candidateId && candidate.owner === committed.owner && candidate.world === committed.world && candidate.generation === committed.generation && candidate.entity === committed.entity && candidate.physicsEntity === committed.physicsEntity && candidate.gpuReady === committed.gpuReady && candidate.meshBytes === committed.meshBytes && candidate.revision === committed.revision && candidate.topologyRevision === committed.topologyRevision && candidate.materialIdentity === committed.materialIdentity && candidate.meshHandle === committed.meshHandle && candidate.fixedStep === committed.fixedStep;
|
|
1268
|
-
}
|
|
1269
|
-
function cloneTypedArray(value) {
|
|
1270
|
-
return new value.constructor(value);
|
|
1271
|
-
}
|
|
1272
|
-
function cloneMesh(mesh) {
|
|
1273
|
-
const attributes = Object.fromEntries(
|
|
1274
|
-
Object.entries(mesh.attributes).map(([key, value]) => [
|
|
1275
|
-
key,
|
|
1276
|
-
value instanceof ArrayBuffer ? value.slice(0) : value === void 0 ? void 0 : cloneTypedArray(value)
|
|
1277
|
-
])
|
|
1278
|
-
);
|
|
1279
|
-
return Object.freeze({
|
|
1280
|
-
...mesh,
|
|
1281
|
-
vertices: new Float32Array(mesh.vertices),
|
|
1282
|
-
...mesh.indices === void 0 ? {} : { indices: cloneTypedArray(mesh.indices) },
|
|
1283
|
-
attributes,
|
|
1284
|
-
...mesh.aabb === void 0 ? {} : { aabb: new Float32Array(mesh.aabb) },
|
|
1285
|
-
submeshes: Object.freeze(mesh.submeshes.map((submesh) => Object.freeze({ ...submesh }))),
|
|
1286
|
-
materialSlots: Object.freeze(mesh.materialSlots.map((slot) => Object.freeze({ ...slot })))
|
|
1287
|
-
});
|
|
1288
|
-
}
|
|
1289
|
-
function cloneCandidate(candidate) {
|
|
1290
|
-
return Object.freeze({ ...candidate, mesh: cloneMesh(candidate.mesh) });
|
|
1291
|
-
}
|
|
1292
|
-
function validateMesh(mesh) {
|
|
1293
|
-
if (mesh.kind !== "mesh") return "MeshAsset.kind must be mesh";
|
|
1294
|
-
if (!(mesh.vertices instanceof Float32Array) || mesh.vertices.length === 0) {
|
|
1295
|
-
return "MeshAsset.vertices must be a non-empty Float32Array";
|
|
1296
|
-
}
|
|
1297
|
-
if (mesh.indices !== void 0 && !(mesh.indices instanceof Uint16Array || mesh.indices instanceof Uint32Array)) {
|
|
1298
|
-
return "MeshAsset.indices must be Uint16Array or Uint32Array";
|
|
1299
|
-
}
|
|
1300
|
-
if (mesh.submeshes.length === 0)
|
|
1301
|
-
return "MeshAsset.submeshes must contain at least one topology range";
|
|
1302
|
-
if (mesh.submeshes.some(
|
|
1303
|
-
(submesh) => !Number.isSafeInteger(submesh.materialSlot) || submesh.materialSlot < 0 || submesh.materialSlot >= mesh.materialSlots.length
|
|
1304
|
-
)) {
|
|
1305
|
-
return "MeshAsset.materialSlots must cover every referenced materialSlot";
|
|
1306
|
-
}
|
|
1307
|
-
if (mesh.vertices.some((value) => !Number.isFinite(value)))
|
|
1308
|
-
return "MeshAsset.vertices must be finite";
|
|
1309
|
-
return void 0;
|
|
1310
|
-
}
|
|
1311
|
-
function meshByteSize(mesh) {
|
|
1312
|
-
let bytes = mesh.vertices.byteLength + (mesh.indices?.byteLength ?? 0);
|
|
1313
|
-
for (const value of Object.values(mesh.attributes)) {
|
|
1314
|
-
if (value instanceof ArrayBuffer) bytes += value.byteLength;
|
|
1315
|
-
else if (value !== void 0 && ArrayBuffer.isView(value)) bytes += value.byteLength;
|
|
1316
|
-
}
|
|
1317
|
-
if (mesh.aabb !== void 0) bytes += mesh.aabb.byteLength;
|
|
1318
|
-
return bytes;
|
|
1319
|
-
}
|
|
1320
|
-
function createDynamicGeometryLifecycle(maxCandidates = 32, maxMeshBytes = 64 * 1024 * 1024) {
|
|
1321
|
-
const records = /* @__PURE__ */ new Map();
|
|
1322
|
-
const owner = {};
|
|
1323
|
-
let sequence = 0;
|
|
1324
|
-
let currentGeneration = 0;
|
|
1325
|
-
let disposed = false;
|
|
1326
|
-
let historyInvalidations = 0;
|
|
1327
|
-
let latestRevision;
|
|
1328
|
-
let latestFrameId;
|
|
1329
|
-
let retired = 0;
|
|
1330
|
-
let invalidated = 0;
|
|
1331
|
-
let meshBytes = 0;
|
|
1332
|
-
const latestRevisionByWorld = /* @__PURE__ */ new WeakMap();
|
|
1333
|
-
const latestTopologyRevisionByWorld = /* @__PURE__ */ new WeakMap();
|
|
1334
|
-
const publishedReceipts = /* @__PURE__ */ new Map();
|
|
1335
|
-
const failure2 = (code, expected, hint, detail = {}) => err(new DynamicGeometryError(code, expected, hint, detail));
|
|
1336
|
-
const current = (candidate) => {
|
|
1337
|
-
const record = records.get(candidate.candidateId);
|
|
1338
|
-
if (record === void 0 || candidate.owner !== owner || record.candidate.owner !== candidate.owner || record.candidate.world !== candidate.world || record.candidate.generation !== candidate.generation)
|
|
1339
|
-
return void 0;
|
|
1340
|
-
return record;
|
|
1341
|
-
};
|
|
1342
|
-
return {
|
|
1343
|
-
prepare(input, generation) {
|
|
1344
|
-
if (disposed)
|
|
1345
|
-
return failure2("dynamic-geometry-disposed", "renderer is alive", "rebuild the Renderer");
|
|
1346
|
-
if (input.world === null || typeof input.world !== "object") {
|
|
1347
|
-
return failure2(
|
|
1348
|
-
"dynamic-geometry-world-not-attached",
|
|
1349
|
-
"candidate belongs to an attached World",
|
|
1350
|
-
"attach the World before preparing geometry"
|
|
1351
|
-
);
|
|
1352
|
-
}
|
|
1353
|
-
if (!Number.isInteger(input.revision) || input.revision < 0) {
|
|
1354
|
-
return failure2(
|
|
1355
|
-
"dynamic-geometry-invalid",
|
|
1356
|
-
"geometry revision is a non-negative integer",
|
|
1357
|
-
"advance the consumer revision monotonically",
|
|
1358
|
-
{ revision: input.revision }
|
|
1359
|
-
);
|
|
1360
|
-
}
|
|
1361
|
-
if (generation !== currentGeneration && currentGeneration !== 0) {
|
|
1362
|
-
return failure2(
|
|
1363
|
-
"dynamic-geometry-generation-mismatch",
|
|
1364
|
-
"candidate uses the active renderer generation",
|
|
1365
|
-
"discard stale generation work and prepare again",
|
|
1366
|
-
{ generation, actual: currentGeneration }
|
|
1367
|
-
);
|
|
1368
|
-
}
|
|
1369
|
-
if (records.size >= maxCandidates) {
|
|
1370
|
-
return failure2(
|
|
1371
|
-
"dynamic-geometry-budget-exceeded",
|
|
1372
|
-
"candidate count remains within the bounded renderer budget",
|
|
1373
|
-
"cancel or retire an earlier candidate before retrying",
|
|
1374
|
-
{ actual: records.size }
|
|
1375
|
-
);
|
|
1376
|
-
}
|
|
1377
|
-
const invalid = validateMesh(input.mesh);
|
|
1378
|
-
if (invalid !== void 0)
|
|
1379
|
-
return failure2(
|
|
1380
|
-
"dynamic-geometry-invalid",
|
|
1381
|
-
"MeshAsset satisfies the standard geometry contract",
|
|
1382
|
-
invalid
|
|
1383
|
-
);
|
|
1384
|
-
const candidateBytes = meshByteSize(input.mesh);
|
|
1385
|
-
if (!Number.isSafeInteger(candidateBytes) || candidateBytes < 0 || meshBytes > maxMeshBytes - candidateBytes) {
|
|
1386
|
-
return failure2(
|
|
1387
|
-
"dynamic-geometry-budget-exceeded",
|
|
1388
|
-
"candidate mesh bytes remain within the bounded renderer resource budget",
|
|
1389
|
-
"cancel or retire an earlier candidate before retrying",
|
|
1390
|
-
{ actual: { meshBytes, candidateBytes, maxMeshBytes } }
|
|
1391
|
-
);
|
|
1392
|
-
}
|
|
1393
|
-
const candidateId = `mesh:${generation}:${++sequence}:${input.revision}`;
|
|
1394
|
-
const candidate = Object.freeze({
|
|
1395
|
-
candidateId,
|
|
1396
|
-
generation,
|
|
1397
|
-
owner,
|
|
1398
|
-
world: input.world,
|
|
1399
|
-
...input.entity === void 0 ? {} : { entity: input.entity },
|
|
1400
|
-
...input.physicsEntity === void 0 ? {} : { physicsEntity: input.physicsEntity },
|
|
1401
|
-
gpuReady: input.meshHandle !== void 0,
|
|
1402
|
-
meshBytes: candidateBytes,
|
|
1403
|
-
revision: input.revision,
|
|
1404
|
-
topologyRevision: input.topologyRevision ?? input.revision,
|
|
1405
|
-
...input.materialIdentity === void 0 ? {} : { materialIdentity: input.materialIdentity },
|
|
1406
|
-
...input.meshHandle === void 0 ? {} : { meshHandle: input.meshHandle },
|
|
1407
|
-
...input.fixedStep === void 0 ? {} : { fixedStep: input.fixedStep },
|
|
1408
|
-
mesh: cloneMesh(input.mesh),
|
|
1409
|
-
state: "prepared"
|
|
1410
|
-
});
|
|
1411
|
-
records.set(candidateId, {
|
|
1412
|
-
world: input.world,
|
|
1413
|
-
candidate,
|
|
1414
|
-
historyInvalidated: false
|
|
1415
|
-
});
|
|
1416
|
-
meshBytes += candidateBytes;
|
|
1417
|
-
currentGeneration = generation;
|
|
1418
|
-
return ok(cloneCandidate(candidate));
|
|
1419
|
-
},
|
|
1420
|
-
accept(candidate, ordering) {
|
|
1421
|
-
if (disposed)
|
|
1422
|
-
return failure2("dynamic-geometry-disposed", "renderer is alive", "rebuild the Renderer");
|
|
1423
|
-
const record = current(candidate);
|
|
1424
|
-
if (record === void 0)
|
|
1425
|
-
return failure2(
|
|
1426
|
-
"dynamic-geometry-candidate-not-found",
|
|
1427
|
-
"candidate is owned by this renderer",
|
|
1428
|
-
"discard the stale credential"
|
|
1429
|
-
);
|
|
1430
|
-
if (candidate.generation !== currentGeneration) {
|
|
1431
|
-
return failure2(
|
|
1432
|
-
"dynamic-geometry-generation-mismatch",
|
|
1433
|
-
"candidate generation matches the active renderer generation",
|
|
1434
|
-
"prepare against the current renderer generation",
|
|
1435
|
-
{ candidateId: candidate.candidateId }
|
|
1436
|
-
);
|
|
1437
|
-
}
|
|
1438
|
-
if (record.candidate.state !== "prepared") {
|
|
1439
|
-
return failure2(
|
|
1440
|
-
"dynamic-geometry-candidate-state",
|
|
1441
|
-
"candidate is prepared exactly once before acceptance",
|
|
1442
|
-
"retain the accepted or published receipt",
|
|
1443
|
-
{ candidateId: candidate.candidateId }
|
|
1444
|
-
);
|
|
1445
|
-
}
|
|
1446
|
-
if (!sameCandidateCredential(candidate, record.candidate)) {
|
|
1447
|
-
return failure2(
|
|
1448
|
-
"dynamic-geometry-receipt-mismatch",
|
|
1449
|
-
"acceptance uses the exact prepared candidate credential",
|
|
1450
|
-
"discard the altered credential and use the value returned by prepare",
|
|
1451
|
-
{ candidateId: candidate.candidateId }
|
|
1452
|
-
);
|
|
1453
|
-
}
|
|
1454
|
-
if (ordering !== void 0) {
|
|
1455
|
-
if (ordering.world !== record.world || !Number.isInteger(ordering.fixedStep) || ordering.fixedStep < 0) {
|
|
1456
|
-
return failure2(
|
|
1457
|
-
"dynamic-geometry-ordering-required",
|
|
1458
|
-
"acceptance ordering names the candidate World and a non-negative fixed step",
|
|
1459
|
-
"submit the PhysicsWorld publication ordering for the same attached World",
|
|
1460
|
-
{ candidateId: candidate.candidateId, actual: ordering }
|
|
1461
|
-
);
|
|
1462
|
-
}
|
|
1463
|
-
}
|
|
1464
|
-
const newest = [...records.values()].filter(
|
|
1465
|
-
(entry) => entry.candidate.candidateId !== candidate.candidateId && entry.world === record.world && entry.candidate.entity === record.candidate.entity && (entry.candidate.state === "prepared" || entry.candidate.state === "accepted")
|
|
1466
|
-
).map((entry) => entry.candidate.revision).concat(latestRevisionByWorld.get(record.world)?.get(record.candidate.entity) ?? -1).sort((a, b) => b - a)[0];
|
|
1467
|
-
if (newest !== void 0 && record.candidate.revision <= newest) {
|
|
1468
|
-
return failure2(
|
|
1469
|
-
"dynamic-geometry-stale",
|
|
1470
|
-
"accepted geometry revision is newer than the active candidate",
|
|
1471
|
-
"advance topology revision before accepting",
|
|
1472
|
-
{ candidateId: candidate.candidateId }
|
|
1473
|
-
);
|
|
1474
|
-
}
|
|
1475
|
-
const accepted = Object.freeze({
|
|
1476
|
-
...record.candidate,
|
|
1477
|
-
...ordering === void 0 ? {} : { fixedStep: ordering.fixedStep },
|
|
1478
|
-
state: "accepted"
|
|
1479
|
-
});
|
|
1480
|
-
const previousTopologies = [...records.values()].filter(
|
|
1481
|
-
(entry) => entry.candidate.candidateId !== candidate.candidateId && entry.world === record.world && entry.candidate.entity === record.candidate.entity
|
|
1482
|
-
).map((entry) => entry.candidate.topologyRevision);
|
|
1483
|
-
const previousLatestTopology = latestTopologyRevisionByWorld.get(record.world)?.get(record.candidate.entity);
|
|
1484
|
-
const newestTopology = previousTopologies.concat(previousLatestTopology === void 0 ? [] : [previousLatestTopology]).sort((a, b) => b - a)[0];
|
|
1485
|
-
if (newestTopology !== void 0 && accepted.topologyRevision < newestTopology) {
|
|
1486
|
-
return failure2(
|
|
1487
|
-
"dynamic-geometry-stale",
|
|
1488
|
-
"accepted topology revision is not older than the active geometry history",
|
|
1489
|
-
"advance topology revision before accepting a replacement candidate",
|
|
1490
|
-
{ candidateId: candidate.candidateId }
|
|
1491
|
-
);
|
|
1492
|
-
}
|
|
1493
|
-
if (newestTopology !== void 0 && accepted.topologyRevision > newestTopology) {
|
|
1494
|
-
historyInvalidations += 1;
|
|
1495
|
-
for (const previous of records.values()) {
|
|
1496
|
-
if (previous.world !== record.world || previous.candidate.entity !== record.candidate.entity || previous.candidate.candidateId === candidate.candidateId || previous.candidate.topologyRevision >= accepted.topologyRevision)
|
|
1497
|
-
continue;
|
|
1498
|
-
if (!previous.historyInvalidated) {
|
|
1499
|
-
previous.historyInvalidated = true;
|
|
1500
|
-
invalidated += 1;
|
|
1501
|
-
}
|
|
1502
|
-
}
|
|
1503
|
-
}
|
|
1504
|
-
record.candidate = accepted;
|
|
1505
|
-
return ok(cloneCandidate(accepted));
|
|
1506
|
-
},
|
|
1507
|
-
cancel(candidate, completion) {
|
|
1508
|
-
const record = current(candidate);
|
|
1509
|
-
if (record === void 0)
|
|
1510
|
-
return failure2(
|
|
1511
|
-
"dynamic-geometry-candidate-not-found",
|
|
1512
|
-
"candidate is owned by this renderer",
|
|
1513
|
-
"discard the stale credential"
|
|
1514
|
-
);
|
|
1515
|
-
if (!sameCandidateCredential(candidate, record.candidate))
|
|
1516
|
-
return failure2(
|
|
1517
|
-
"dynamic-geometry-receipt-mismatch",
|
|
1518
|
-
"cancellation uses the exact prepared candidate credential",
|
|
1519
|
-
"discard the altered credential and use the value returned by prepare",
|
|
1520
|
-
{ candidateId: candidate.candidateId }
|
|
1521
|
-
);
|
|
1522
|
-
if (record.candidate.state !== "prepared" && record.candidate.state !== "accepted") {
|
|
1523
|
-
return failure2(
|
|
1524
|
-
"dynamic-geometry-candidate-state",
|
|
1525
|
-
"only prepared or accepted geometry can be cancelled once",
|
|
1526
|
-
"retire published geometry or await the existing terminal cleanup"
|
|
1527
|
-
);
|
|
1528
|
-
}
|
|
1529
|
-
record.candidate = Object.freeze({ ...record.candidate, state: "cancelled" });
|
|
1530
|
-
const release = () => {
|
|
1531
|
-
if (records.get(candidate.candidateId) !== record) return;
|
|
1532
|
-
records.delete(candidate.candidateId);
|
|
1533
|
-
meshBytes = Math.max(0, meshBytes - record.candidate.meshBytes);
|
|
1534
|
-
};
|
|
1535
|
-
if (completion === void 0) release();
|
|
1536
|
-
else void completion.then(release, release);
|
|
1537
|
-
return ok(void 0);
|
|
1538
|
-
},
|
|
1539
|
-
retire(candidate) {
|
|
1540
|
-
const record = current(candidate);
|
|
1541
|
-
if (record === void 0)
|
|
1542
|
-
return failure2(
|
|
1543
|
-
"dynamic-geometry-candidate-not-found",
|
|
1544
|
-
"retirement uses a published candidate owned by this renderer",
|
|
1545
|
-
"discard the stale credential and do not evict any unrelated mesh",
|
|
1546
|
-
{ candidateId: candidate.candidateId }
|
|
1547
|
-
);
|
|
1548
|
-
if (!sameCandidateCredential(candidate, record.candidate))
|
|
1549
|
-
return failure2(
|
|
1550
|
-
"dynamic-geometry-receipt-mismatch",
|
|
1551
|
-
"retirement uses the exact published candidate credential",
|
|
1552
|
-
"discard the altered credential and use the value returned by publish",
|
|
1553
|
-
{ candidateId: candidate.candidateId }
|
|
1554
|
-
);
|
|
1555
|
-
if (record.candidate.state !== "published") {
|
|
1556
|
-
return failure2(
|
|
1557
|
-
"dynamic-geometry-candidate-state",
|
|
1558
|
-
"only published geometry can enter receipt-bound retirement",
|
|
1559
|
-
"publish the candidate from a submitted frame first"
|
|
1560
|
-
);
|
|
1561
|
-
}
|
|
1562
|
-
record.candidate = Object.freeze({ ...record.candidate, state: "retired" });
|
|
1563
|
-
publishedReceipts.delete(candidate.candidateId);
|
|
1564
|
-
retired += 1;
|
|
1565
|
-
return ok(void 0);
|
|
1566
|
-
},
|
|
1567
|
-
finalizeRetirement(candidate) {
|
|
1568
|
-
const record = current(candidate);
|
|
1569
|
-
if (record === void 0)
|
|
1570
|
-
return failure2(
|
|
1571
|
-
"dynamic-geometry-candidate-not-found",
|
|
1572
|
-
"retirement finalization uses a candidate retained by this lifecycle",
|
|
1573
|
-
"discard the stale credential or finish the current receipt-bound retirement"
|
|
1574
|
-
);
|
|
1575
|
-
if (!sameCandidateCredential(candidate, record.candidate))
|
|
1576
|
-
return failure2(
|
|
1577
|
-
"dynamic-geometry-receipt-mismatch",
|
|
1578
|
-
"retirement finalization uses the exact published candidate credential",
|
|
1579
|
-
"discard the altered credential and use the value returned by publication",
|
|
1580
|
-
{ candidateId: candidate.candidateId }
|
|
1581
|
-
);
|
|
1582
|
-
if (record.candidate.state !== "retired")
|
|
1583
|
-
return failure2(
|
|
1584
|
-
"dynamic-geometry-candidate-state",
|
|
1585
|
-
"only a retired candidate can release its deferred budget",
|
|
1586
|
-
"retire the published candidate before finalizing its receipt-bound cleanup",
|
|
1587
|
-
{ candidateId: candidate.candidateId }
|
|
1588
|
-
);
|
|
1589
|
-
records.delete(candidate.candidateId);
|
|
1590
|
-
meshBytes = Math.max(0, meshBytes - record.candidate.meshBytes);
|
|
1591
|
-
return ok(void 0);
|
|
1592
|
-
},
|
|
1593
|
-
publishFrame(frame, worlds, fixedStep, canPublish) {
|
|
1594
|
-
if (disposed || frame.deviceGeneration !== currentGeneration) return [];
|
|
1595
|
-
const receipts = [];
|
|
1596
|
-
for (const record of records.values()) {
|
|
1597
|
-
const canRepeatPublished = record.candidate.state === "published" && // Attached Renderer publication revalidates the entity binding in
|
|
1598
|
-
// `canPublish`, so a history-invalidated candidate can still record
|
|
1599
|
-
// a real draw for its live entity. Detached lifecycle publication
|
|
1600
|
-
// remains one-shot once that history is invalidated.
|
|
1601
|
-
(canPublish !== void 0 || !record.historyInvalidated);
|
|
1602
|
-
if (record.candidate.state !== "accepted" && !canRepeatPublished) continue;
|
|
1603
|
-
if (worlds !== void 0 && !worlds.includes(record.world)) continue;
|
|
1604
|
-
if (record.candidate.fixedStep !== void 0 && (fixedStep === void 0 || record.candidate.fixedStep > fixedStep)) {
|
|
1605
|
-
continue;
|
|
1606
|
-
}
|
|
1607
|
-
if (canPublish !== void 0 && !canPublish(record.candidate)) continue;
|
|
1608
|
-
record.candidate = Object.freeze({ ...record.candidate, state: "published" });
|
|
1609
|
-
const receipt = Object.freeze({
|
|
1610
|
-
candidateId: record.candidate.candidateId,
|
|
1611
|
-
generation: record.candidate.generation,
|
|
1612
|
-
revision: record.candidate.revision,
|
|
1613
|
-
topologyRevision: record.candidate.topologyRevision,
|
|
1614
|
-
...record.candidate.fixedStep === void 0 ? {} : { fixedStep: record.candidate.fixedStep },
|
|
1615
|
-
frameId: frame.frameId,
|
|
1616
|
-
deviceGeneration: frame.deviceGeneration,
|
|
1617
|
-
recordStageConsumed: canPublish !== void 0,
|
|
1618
|
-
...fixedStep === void 0 ? {} : { publicationFixedStep: fixedStep },
|
|
1619
|
-
frame: Object.freeze({ ...frame })
|
|
1620
|
-
});
|
|
1621
|
-
receipts.push(receipt);
|
|
1622
|
-
publishedReceipts.set(record.candidate.candidateId, receipt);
|
|
1623
|
-
latestRevision = record.candidate.revision;
|
|
1624
|
-
latestFrameId = frame.frameId;
|
|
1625
|
-
if (!latestRevisionByWorld.has(record.world))
|
|
1626
|
-
latestRevisionByWorld.set(record.world, /* @__PURE__ */ new Map());
|
|
1627
|
-
latestRevisionByWorld.get(record.world)?.set(record.candidate.entity, record.candidate.revision);
|
|
1628
|
-
if (!latestTopologyRevisionByWorld.has(record.world))
|
|
1629
|
-
latestTopologyRevisionByWorld.set(record.world, /* @__PURE__ */ new Map());
|
|
1630
|
-
latestTopologyRevisionByWorld.get(record.world)?.set(record.candidate.entity, record.candidate.topologyRevision);
|
|
1631
|
-
}
|
|
1632
|
-
return receipts;
|
|
1633
|
-
},
|
|
1634
|
-
invalidateWorld(world, completion) {
|
|
1635
|
-
for (const [id, record] of records) {
|
|
1636
|
-
if (record.world !== world) continue;
|
|
1637
|
-
if (record.candidate.state === "cancelled" || record.candidate.state === "retired")
|
|
1638
|
-
continue;
|
|
1639
|
-
publishedReceipts.delete(id);
|
|
1640
|
-
record.candidate = Object.freeze({ ...record.candidate, state: "cancelled" });
|
|
1641
|
-
const release = () => {
|
|
1642
|
-
if (records.get(id) !== record) return;
|
|
1643
|
-
records.delete(id);
|
|
1644
|
-
meshBytes = Math.max(0, meshBytes - record.candidate.meshBytes);
|
|
1645
|
-
};
|
|
1646
|
-
if (completion === void 0) release();
|
|
1647
|
-
else void completion.then(release, release);
|
|
1648
|
-
invalidated += 1;
|
|
1649
|
-
}
|
|
1650
|
-
latestRevisionByWorld.delete(world);
|
|
1651
|
-
latestTopologyRevisionByWorld.delete(world);
|
|
1652
|
-
},
|
|
1653
|
-
invalidateGeneration(generation) {
|
|
1654
|
-
if (generation === currentGeneration) return;
|
|
1655
|
-
currentGeneration = generation;
|
|
1656
|
-
const invalidatedWorlds = /* @__PURE__ */ new Set();
|
|
1657
|
-
for (const [id, record] of records) {
|
|
1658
|
-
if (record.candidate.generation !== generation) {
|
|
1659
|
-
records.delete(id);
|
|
1660
|
-
publishedReceipts.delete(id);
|
|
1661
|
-
meshBytes = Math.max(0, meshBytes - record.candidate.meshBytes);
|
|
1662
|
-
invalidatedWorlds.add(record.world);
|
|
1663
|
-
invalidated += 1;
|
|
1664
|
-
}
|
|
1665
|
-
}
|
|
1666
|
-
for (const world of invalidatedWorlds) {
|
|
1667
|
-
latestRevisionByWorld.delete(world);
|
|
1668
|
-
latestTopologyRevisionByWorld.delete(world);
|
|
1669
|
-
}
|
|
1670
|
-
},
|
|
1671
|
-
receipt(candidate) {
|
|
1672
|
-
const receipt = publishedReceipts.get(candidate.candidateId);
|
|
1673
|
-
const record = records.get(candidate.candidateId);
|
|
1674
|
-
if (record === void 0 || !sameCandidateCredential(candidate, record.candidate)) {
|
|
1675
|
-
return void 0;
|
|
1676
|
-
}
|
|
1677
|
-
return receipt?.generation === candidate.generation ? receipt : void 0;
|
|
1678
|
-
},
|
|
1679
|
-
inspect() {
|
|
1680
|
-
let prepared = 0;
|
|
1681
|
-
let accepted = 0;
|
|
1682
|
-
let published = 0;
|
|
1683
|
-
for (const record of records.values()) {
|
|
1684
|
-
if (record.candidate.state === "prepared") prepared += 1;
|
|
1685
|
-
else if (record.candidate.state === "accepted") accepted += 1;
|
|
1686
|
-
else if (record.candidate.state === "published") published += 1;
|
|
1687
|
-
}
|
|
1688
|
-
return Object.freeze({
|
|
1689
|
-
generation: currentGeneration,
|
|
1690
|
-
prepared,
|
|
1691
|
-
accepted,
|
|
1692
|
-
published,
|
|
1693
|
-
retired,
|
|
1694
|
-
...latestRevision === void 0 ? {} : { latestRevision },
|
|
1695
|
-
...latestFrameId === void 0 ? {} : { latestFrameId },
|
|
1696
|
-
historyInvalidations,
|
|
1697
|
-
invalidated,
|
|
1698
|
-
meshBytes,
|
|
1699
|
-
maxMeshBytes
|
|
1700
|
-
});
|
|
1701
|
-
},
|
|
1702
|
-
dispose() {
|
|
1703
|
-
disposed = true;
|
|
1704
|
-
records.clear();
|
|
1705
|
-
publishedReceipts.clear();
|
|
1706
|
-
meshBytes = 0;
|
|
1707
|
-
}
|
|
1708
|
-
};
|
|
1709
|
-
}
|
|
1710
|
-
|
|
1711
|
-
export { DEFAULT_REFLECTION_PROBE_LIMITS, DynamicGeometryError, LOD_OCCLUSION_INSPECTION_MAX_BYTES, LOD_OCCLUSION_INSPECTION_SCHEMA, ReflectionProbeProjection, SSR_FORMAT_PROFILE, SSR_FORMAT_STAGES, admitPointsLines, admitReflectionProbe, admitSsrM0, admitSsrSpatial, advanceProbeFilter, boxProjectReflectionDirection, buildReflectionProbeTable, commitProbeFilterStep, consumeLodOcclusionInspection, createDynamicGeometryLifecycle, createProbeFilterState, deriveReflectionFallbackProjection, estimateReflectionProbeBytes, inspectLodOcclusion, inspectPointShadow, inspectReflectionFallback, inspectVolumetricFog, probeFilterIsSteady, projectSsrDependencies, projectSsrSpatialInspection, reflectionFallbackCoverage, reflectionFallbackProjectionSignature, reflectionFallbackSourceKey, reflectionProbeTableBytes, resolveReflectionFallbackSource, resolveSsrAdmissionGeneration, sameCandidateCredential, selectReflectionProbe, serializeLodOcclusionInspection, serializeSsrSpatialInspection, validateReflectionProbeInput, validateScreenSpaceReflection, zeroSsrAdmissionWork };
|
|
1712
|
-
//# sourceMappingURL=chunk-NNQL7CB3.mjs.map
|
|
1713
|
-
//# sourceMappingURL=chunk-NNQL7CB3.mjs.map
|