@forgeax/engine-render 0.1.28 → 0.1.30
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 +856 -126
- package/dist/assembly/atmosphere-shader-prewarm.d.ts +6 -0
- package/dist/assembly/atmosphere-shader-prewarm.d.ts.map +1 -0
- package/dist/assembly/device-feature-admission.d.ts +4 -3
- package/dist/assembly/device-feature-admission.d.ts.map +1 -1
- package/dist/assembly/dynamic-geometry-host.d.ts +27 -0
- package/dist/assembly/dynamic-geometry-host.d.ts.map +1 -1
- package/dist/assembly/dynamic-geometry-runtime.d.ts +20 -0
- package/dist/assembly/dynamic-geometry-runtime.d.ts.map +1 -0
- package/dist/assembly/factory.d.ts +3 -1
- package/dist/assembly/factory.d.ts.map +1 -1
- package/dist/assembly/gpu-driven-owner.d.ts +10 -0
- package/dist/assembly/gpu-driven-owner.d.ts.map +1 -0
- package/dist/assembly/host-contract.d.ts +14 -0
- package/dist/assembly/host-contract.d.ts.map +1 -1
- package/dist/assembly/material/assembly.d.ts +31 -1
- package/dist/assembly/material/assembly.d.ts.map +1 -1
- package/dist/assembly/material/pipeline-helpers.d.ts +24 -0
- package/dist/assembly/material/pipeline-helpers.d.ts.map +1 -0
- package/dist/assembly/material-shader-policy.d.ts +3 -1
- package/dist/assembly/material-shader-policy.d.ts.map +1 -1
- package/dist/assembly/recovery/device-loss-fanout.d.ts.map +1 -1
- package/dist/assembly/recovery/failure-location.d.ts +12 -0
- package/dist/assembly/recovery/failure-location.d.ts.map +1 -0
- package/dist/assembly/recovery/recovery-attempt.d.ts +1 -6
- package/dist/assembly/recovery/recovery-attempt.d.ts.map +1 -1
- package/dist/assembly/recovery/renderer-recover.d.ts +7 -4
- package/dist/assembly/recovery/renderer-recover.d.ts.map +1 -1
- package/dist/assembly/renderer-facade.d.ts.map +1 -1
- package/dist/assembly/renderer-feature-inspection.d.ts +5 -0
- package/dist/assembly/renderer-feature-inspection.d.ts.map +1 -0
- package/dist/assembly/renderer-frame-transaction.d.ts +19 -0
- package/dist/assembly/renderer-frame-transaction.d.ts.map +1 -1
- package/dist/assembly/renderer-helpers.d.ts +3 -0
- package/dist/assembly/renderer-helpers.d.ts.map +1 -1
- package/dist/assembly/renderer-inspection.d.ts +4 -0
- package/dist/assembly/renderer-inspection.d.ts.map +1 -1
- package/dist/assembly/shader-prewarm-policy.d.ts +7 -1
- package/dist/assembly/shader-prewarm-policy.d.ts.map +1 -1
- package/dist/assembly/skin-palette-owner.d.ts +8 -0
- package/dist/assembly/skin-palette-owner.d.ts.map +1 -0
- package/dist/assembly/ssr-shader-prewarm.d.ts +6 -0
- package/dist/assembly/ssr-shader-prewarm.d.ts.map +1 -0
- package/dist/assembly/webgpu-device-loss.d.ts +15 -0
- package/dist/assembly/webgpu-device-loss.d.ts.map +1 -0
- package/dist/assembly/webgpu-pbr-ready.d.ts +38 -0
- package/dist/assembly/webgpu-pbr-ready.d.ts.map +1 -0
- package/dist/assembly/webgpu-ready-mipmap.d.ts +11 -0
- package/dist/assembly/webgpu-ready-mipmap.d.ts.map +1 -0
- package/dist/assembly/webgpu-ready.d.ts +7 -3
- package/dist/assembly/webgpu-ready.d.ts.map +1 -1
- package/dist/assembly/webgpu-renderer-bootstrap.d.ts +10 -0
- package/dist/assembly/webgpu-renderer-bootstrap.d.ts.map +1 -0
- package/dist/assembly/webgpu-renderer-contract.d.ts +62 -0
- package/dist/assembly/webgpu-renderer-contract.d.ts.map +1 -0
- package/dist/assembly/webgpu-renderer-guards.d.ts +9 -0
- package/dist/assembly/webgpu-renderer-guards.d.ts.map +1 -0
- package/dist/assembly/webgpu-renderer-observation.d.ts +6 -0
- package/dist/assembly/webgpu-renderer-observation.d.ts.map +1 -0
- package/dist/assembly/webgpu-renderer-recovery-failure.d.ts +12 -0
- package/dist/assembly/webgpu-renderer-recovery-failure.d.ts.map +1 -0
- package/dist/assembly/webgpu-renderer.d.ts +7 -141
- package/dist/assembly/webgpu-renderer.d.ts.map +1 -1
- package/dist/assembly/webgpu-vertex-layouts.d.ts +28 -84
- package/dist/assembly/webgpu-vertex-layouts.d.ts.map +1 -1
- package/dist/authoring.mjs +2 -2
- package/dist/capture/scene-projection.d.ts +41 -0
- package/dist/capture/scene-projection.d.ts.map +1 -0
- package/dist/{chunk-J52NMQKR.mjs → chunk-7MQ3XBSP.mjs} +1098 -844
- package/dist/chunk-7MQ3XBSP.mjs.map +1 -0
- package/dist/{chunk-GF523LHF.mjs → chunk-BLXGONR2.mjs} +30 -12
- package/dist/chunk-BLXGONR2.mjs.map +1 -0
- package/dist/{chunk-VSL23LZE.mjs → chunk-C3DDSXYK.mjs} +1188 -463
- package/dist/chunk-C3DDSXYK.mjs.map +1 -0
- package/dist/{chunk-IQMKJLNU.mjs → chunk-FUUO4UND.mjs} +443 -30
- package/dist/chunk-FUUO4UND.mjs.map +1 -0
- package/dist/{chunk-J6KACNOH.mjs → chunk-JRBDO2KB.mjs} +617 -7
- package/dist/chunk-JRBDO2KB.mjs.map +1 -0
- package/dist/{chunk-GE3SDD72.mjs → chunk-MDQJPY3T.mjs} +20 -40
- package/dist/chunk-MDQJPY3T.mjs.map +1 -0
- package/dist/{chunk-MYJ5RPJO.mjs → chunk-NO4WZCAH.mjs} +3 -3
- package/dist/chunk-NO4WZCAH.mjs.map +1 -0
- package/dist/{chunk-RBDBZ5R7.mjs → chunk-PA5DRJNI.mjs} +2 -2
- package/dist/chunk-PA5DRJNI.mjs.map +1 -0
- package/dist/{chunk-MBU4ZVE7.mjs → chunk-PSEQ6QPH.mjs} +4655 -892
- package/dist/chunk-PSEQ6QPH.mjs.map +1 -0
- package/dist/{chunk-JAASCMXA.mjs → chunk-S5UE2T5P.mjs} +289 -41
- package/dist/chunk-S5UE2T5P.mjs.map +1 -0
- package/dist/components/camera.d.ts +62 -2
- package/dist/components/camera.d.ts.map +1 -1
- package/dist/components/directional-light.d.ts +2 -2
- package/dist/components/dynamic-resolution.d.ts +15 -0
- package/dist/components/dynamic-resolution.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 +6 -20
- package/dist/components/instances.d.ts.map +1 -1
- package/dist/components/light-helpers.d.ts.map +1 -1
- package/dist/components/reflection-probe.d.ts +1 -0
- package/dist/components/reflection-probe.d.ts.map +1 -1
- package/dist/components/scene-instance.d.ts +2 -1
- package/dist/components/scene-instance.d.ts.map +1 -1
- package/dist/components/screen-space-reflection.d.ts +14 -0
- package/dist/components/screen-space-reflection.d.ts.map +1 -0
- package/dist/components/skylight.d.ts +4 -1
- package/dist/components/skylight.d.ts.map +1 -1
- package/dist/construct-renderer.mjs +14809 -7570
- package/dist/construct-renderer.mjs.map +1 -1
- package/dist/device/device-scope.d.ts +2 -0
- package/dist/device/device-scope.d.ts.map +1 -1
- package/dist/device/gpu-residency.d.ts +3 -14
- package/dist/device/gpu-residency.d.ts.map +1 -1
- package/dist/dynamic-geometry.d.ts.map +1 -1
- package/dist/environment/background.d.ts +7 -0
- package/dist/environment/background.d.ts.map +1 -0
- package/dist/environment/ibl.d.ts +11 -0
- package/dist/environment/ibl.d.ts.map +1 -0
- package/dist/environment/storage.d.ts +14 -0
- package/dist/environment/storage.d.ts.map +1 -0
- package/dist/errors/gpu-driven.d.ts +6 -3
- package/dist/errors/gpu-driven.d.ts.map +1 -1
- package/dist/errors/render.d.ts +41 -4
- package/dist/errors/render.d.ts.map +1 -1
- package/dist/extract/camera.d.ts.map +1 -1
- package/dist/extract/contracts.d.ts +7 -0
- package/dist/extract/contracts.d.ts.map +1 -1
- package/dist/extract/gpu-driven.d.ts +50 -3
- package/dist/extract/gpu-driven.d.ts.map +1 -1
- package/dist/features/host.d.ts +23 -1
- package/dist/features/host.d.ts.map +1 -1
- package/dist/features/noise-texture.d.ts +17 -0
- package/dist/features/noise-texture.d.ts.map +1 -0
- package/dist/features/plan.d.ts +83 -2
- package/dist/features/plan.d.ts.map +1 -1
- package/dist/features/prepared-gpu-work.d.ts +37 -4
- package/dist/features/prepared-gpu-work.d.ts.map +1 -1
- package/dist/features/prepared-graphics-store.d.ts.map +1 -1
- package/dist/features/prepared-graphics.d.ts +5 -0
- package/dist/features/prepared-graphics.d.ts.map +1 -1
- package/dist/features/render-graph-compute.d.ts +5 -3
- package/dist/features/render-graph-compute.d.ts.map +1 -1
- package/dist/features/render-graph-contribution.d.ts +11 -3
- package/dist/features/render-graph-contribution.d.ts.map +1 -1
- package/dist/features/render-graph-raster.d.ts +19 -3
- package/dist/features/render-graph-raster.d.ts.map +1 -1
- package/dist/features/types.d.ts +11 -0
- package/dist/features/types.d.ts.map +1 -1
- package/dist/fullscreen-post-process-pass.d.ts +2 -0
- package/dist/fullscreen-post-process-pass.d.ts.map +1 -1
- package/dist/gpu-driven/batch-topology.d.ts +34 -1
- package/dist/gpu-driven/batch-topology.d.ts.map +1 -1
- package/dist/gpu-driven/material-artifacts.d.ts +24 -0
- package/dist/gpu-driven/material-artifacts.d.ts.map +1 -0
- package/dist/gpu-driven/material-bindings.d.ts +7 -0
- package/dist/gpu-driven/material-bindings.d.ts.map +1 -0
- package/dist/gpu-driven/pbr-program.d.ts +10 -0
- package/dist/gpu-driven/pbr-program.d.ts.map +1 -0
- package/dist/gpu-driven/prepared-draw.d.ts +2 -0
- package/dist/gpu-driven/prepared-draw.d.ts.map +1 -1
- package/dist/gpu-driven/production-raster.d.ts +169 -27
- package/dist/gpu-driven/production-raster.d.ts.map +1 -1
- package/dist/gpu-driven/shadow-views.d.ts +126 -0
- package/dist/gpu-driven/shadow-views.d.ts.map +1 -0
- package/dist/gpu-driven/view-gpu.d.ts +18 -2
- package/dist/gpu-driven/view-gpu.d.ts.map +1 -1
- package/dist/gpu-resource.d.ts +5 -2
- package/dist/gpu-resource.d.ts.map +1 -1
- package/dist/gpu-scene-schema.d.ts +2 -8
- package/dist/gpu-scene-schema.d.ts.map +1 -1
- package/dist/gpu-scene.d.ts +14 -0
- package/dist/gpu-scene.d.ts.map +1 -1
- package/dist/gpu-texture-usage.d.ts +1 -0
- package/dist/gpu-texture-usage.d.ts.map +1 -1
- package/dist/hdrp-buffers.d.ts +9 -0
- package/dist/hdrp-buffers.d.ts.map +1 -1
- package/dist/ibl/IblPipelineCache.d.ts +2 -0
- package/dist/ibl/IblPipelineCache.d.ts.map +1 -1
- package/dist/ibl/frame-resources.d.ts +8 -0
- package/dist/ibl/frame-resources.d.ts.map +1 -0
- package/dist/ibl/skylight-bind-group.d.ts +3 -1
- package/dist/ibl/skylight-bind-group.d.ts.map +1 -1
- package/dist/index.d.ts +87 -75
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +10 -8
- package/dist/index.mjs.map +1 -1
- package/dist/inspection-types.d.ts +180 -1
- package/dist/inspection-types.d.ts.map +1 -1
- package/dist/instances-derived-bounds.d.ts +11 -0
- package/dist/instances-derived-bounds.d.ts.map +1 -1
- package/dist/instances.d.ts +89 -44
- package/dist/instances.d.ts.map +1 -1
- package/dist/internal.d.ts +3 -0
- package/dist/internal.d.ts.map +1 -1
- package/dist/internal.mjs +117 -9
- package/dist/internal.mjs.map +1 -1
- package/dist/lifecycle.d.ts +2 -1
- package/dist/lifecycle.d.ts.map +1 -1
- package/dist/material-row.d.ts +15 -0
- package/dist/material-row.d.ts.map +1 -0
- package/dist/materials.d.ts +15 -0
- package/dist/materials.d.ts.map +1 -1
- package/dist/pbr-pipeline.d.ts +23 -5
- package/dist/pbr-pipeline.d.ts.map +1 -1
- package/dist/pipeline/render-extent.d.ts +51 -0
- package/dist/pipeline/render-extent.d.ts.map +1 -0
- package/dist/pipeline/standard-build-context.d.ts +7 -0
- package/dist/pipeline/standard-build-context.d.ts.map +1 -0
- package/dist/pipeline/standard-forward-lane.d.ts +3 -2
- package/dist/pipeline/standard-forward-lane.d.ts.map +1 -1
- package/dist/pipeline/standard-output/auto-exposure/capability.d.ts +12 -0
- package/dist/pipeline/standard-output/auto-exposure/capability.d.ts.map +1 -0
- package/dist/pipeline/standard-output/auto-exposure/gpu.d.ts +70 -0
- package/dist/pipeline/standard-output/auto-exposure/gpu.d.ts.map +1 -0
- package/dist/pipeline/standard-output/auto-exposure/graph.d.ts +75 -0
- package/dist/pipeline/standard-output/auto-exposure/graph.d.ts.map +1 -0
- package/dist/pipeline/standard-output/auto-exposure/inspection.d.ts +111 -0
- package/dist/pipeline/standard-output/auto-exposure/inspection.d.ts.map +1 -0
- package/dist/pipeline/standard-output/auto-exposure/oracle.d.ts +16 -0
- package/dist/pipeline/standard-output/auto-exposure/oracle.d.ts.map +1 -0
- package/dist/pipeline/standard-output/auto-exposure/preset.d.ts +14 -0
- package/dist/pipeline/standard-output/auto-exposure/preset.d.ts.map +1 -0
- package/dist/pipeline/standard-output/auto-exposure/state.d.ts +46 -0
- package/dist/pipeline/standard-output/auto-exposure/state.d.ts.map +1 -0
- package/dist/pipeline/standard-output/color-transform.d.ts +27 -0
- package/dist/pipeline/standard-output/color-transform.d.ts.map +1 -0
- package/dist/pipeline/standard-output/graph.d.ts +15 -0
- package/dist/pipeline/standard-output/graph.d.ts.map +1 -0
- package/dist/pipeline/standard-output/lut-admission.d.ts +29 -0
- package/dist/pipeline/standard-output/lut-admission.d.ts.map +1 -0
- package/dist/pipeline/standard-output/lut-gpu.d.ts +48 -0
- package/dist/pipeline/standard-output/lut-gpu.d.ts.map +1 -0
- package/dist/pipeline/standard-output/lut-state.d.ts +68 -0
- package/dist/pipeline/standard-output/lut-state.d.ts.map +1 -0
- package/dist/pipeline/standard-output/resources.d.ts +10 -0
- package/dist/pipeline/standard-output/resources.d.ts.map +1 -0
- package/dist/pipeline/standard-output/types.d.ts +39 -0
- package/dist/pipeline/standard-output/types.d.ts.map +1 -0
- package/dist/pipeline/standard-pipeline.d.ts.map +1 -1
- package/dist/pipeline/standard-post.d.ts +2 -2
- package/dist/pipeline/standard-post.d.ts.map +1 -1
- package/dist/pipeline/standard-profile.d.ts +2 -1
- package/dist/pipeline/standard-profile.d.ts.map +1 -1
- package/dist/pipeline-builder.d.ts +5 -2
- package/dist/pipeline-builder.d.ts.map +1 -1
- package/dist/pipeline-spec-types.d.ts +4 -0
- package/dist/pipeline-spec-types.d.ts.map +1 -1
- package/dist/pipeline-spec.d.ts +1 -9
- package/dist/pipeline-spec.d.ts.map +1 -1
- package/dist/plugin.d.ts.map +1 -1
- package/dist/points-lines/standard-owner.d.ts +1 -1
- package/dist/points-lines/standard-owner.d.ts.map +1 -1
- package/dist/post-process-errors.d.ts +9 -2
- package/dist/post-process-errors.d.ts.map +1 -1
- package/dist/prepare/extended-lighting/resources.d.ts +3 -3
- package/dist/prepare/prepared-graphics-resolver.d.ts +6 -1
- package/dist/prepare/prepared-graphics-resolver.d.ts.map +1 -1
- package/dist/record/dynamic-geometry-consumption.d.ts +15 -0
- package/dist/record/dynamic-geometry-consumption.d.ts.map +1 -0
- package/dist/record/frame-lighting.d.ts +3 -3
- package/dist/record/frame-lighting.d.ts.map +1 -1
- package/dist/record/frame-snapshot.d.ts +109 -13
- package/dist/record/frame-snapshot.d.ts.map +1 -1
- package/dist/record/frame-targets.d.ts.map +1 -1
- package/dist/record/frame.d.ts +41 -5
- package/dist/record/frame.d.ts.map +1 -1
- package/dist/record/main-pass-geometry.d.ts +13 -9
- package/dist/record/main-pass-geometry.d.ts.map +1 -1
- package/dist/record/main-pass-material.d.ts +43 -3
- package/dist/record/main-pass-material.d.ts.map +1 -1
- package/dist/record/main-pass-sprite-draws.d.ts +2 -10
- package/dist/record/main-pass-sprite-draws.d.ts.map +1 -1
- package/dist/record/main-pass.d.ts +14 -2
- package/dist/record/main-pass.d.ts.map +1 -1
- package/dist/record/mesh-ssbo.d.ts +15 -6
- package/dist/record/mesh-ssbo.d.ts.map +1 -1
- package/dist/record/prepared-material-bindings.d.ts +19 -0
- package/dist/record/prepared-material-bindings.d.ts.map +1 -0
- package/dist/record/recovery-pipeline.d.ts +1 -0
- package/dist/record/recovery-pipeline.d.ts.map +1 -1
- package/dist/record/render-context.d.ts +101 -22
- package/dist/record/render-context.d.ts.map +1 -1
- package/dist/record/shadow-pass.d.ts +62 -7
- 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 +39 -8
- package/dist/record/typed-frame-graph.d.ts.map +1 -1
- package/dist/record/view-ubo.d.ts +1 -0
- package/dist/record/view-ubo.d.ts.map +1 -1
- package/dist/recovery/render-system-candidate.d.ts +10 -2
- package/dist/recovery/render-system-candidate.d.ts.map +1 -1
- package/dist/recovery/render-system-roots.d.ts +11 -0
- package/dist/recovery/render-system-roots.d.ts.map +1 -0
- package/dist/recovery/types.d.ts +76 -0
- package/dist/recovery/types.d.ts.map +1 -0
- package/dist/reflection/background.d.ts +14 -0
- package/dist/reflection/background.d.ts.map +1 -0
- package/dist/reflection/filter.d.ts.map +1 -1
- package/dist/reflection/projection.d.ts +1 -0
- package/dist/reflection/projection.d.ts.map +1 -1
- package/dist/reflection/record-owner.d.ts +4 -4
- package/dist/reflection/record-owner.d.ts.map +1 -1
- package/dist/render-contract.d.ts +211 -53
- package/dist/render-contract.d.ts.map +1 -1
- package/dist/render-graph-primitives.d.ts +1 -0
- package/dist/render-graph-primitives.d.ts.map +1 -1
- package/dist/render-pipeline.d.ts +81 -6
- package/dist/render-pipeline.d.ts.map +1 -1
- package/dist/render-system-extract-tail.d.ts +15 -6
- package/dist/render-system-extract-tail.d.ts.map +1 -1
- package/dist/render-system-extract.d.ts +128 -41
- package/dist/render-system-extract.d.ts.map +1 -1
- package/dist/render-system-projections.d.ts +22 -0
- package/dist/render-system-projections.d.ts.map +1 -0
- package/dist/render-system.d.ts +27 -77
- package/dist/render-system.d.ts.map +1 -1
- package/dist/scene/render-scene-types.d.ts +14 -7
- package/dist/scene/render-scene-types.d.ts.map +1 -1
- package/dist/scene/render-scene.d.ts +31 -11
- package/dist/scene/render-scene.d.ts.map +1 -1
- package/dist/scene/shadow-visibility.d.ts +5 -0
- package/dist/scene/shadow-visibility.d.ts.map +1 -0
- package/dist/ssao-config.d.ts +8 -6
- package/dist/ssao-config.d.ts.map +1 -1
- package/dist/ssr/admission.d.ts +70 -1
- package/dist/ssr/admission.d.ts.map +1 -1
- package/dist/ssr/compose.d.ts +13 -0
- package/dist/ssr/compose.d.ts.map +1 -0
- package/dist/ssr/errors.d.ts +35 -0
- package/dist/ssr/errors.d.ts.map +1 -1
- package/dist/ssr/graph.d.ts +60 -0
- package/dist/ssr/graph.d.ts.map +1 -0
- package/dist/ssr/history.d.ts +97 -0
- package/dist/ssr/history.d.ts.map +1 -0
- package/dist/ssr/hiz.d.ts +37 -0
- package/dist/ssr/hiz.d.ts.map +1 -0
- package/dist/ssr/inspection.d.ts +42 -0
- package/dist/ssr/inspection.d.ts.map +1 -0
- package/dist/ssr/resources.d.ts +58 -0
- package/dist/ssr/resources.d.ts.map +1 -0
- package/dist/ssr/temporal.d.ts +38 -0
- package/dist/ssr/temporal.d.ts.map +1 -0
- package/dist/systems/skin-palette-allocator.d.ts +32 -10
- package/dist/systems/skin-palette-allocator.d.ts.map +1 -1
- package/dist/systems/skin-palette-types.d.ts +15 -0
- package/dist/systems/skin-palette-types.d.ts.map +1 -1
- package/dist/systems/transparent-dispatch.d.ts +9 -0
- package/dist/systems/transparent-dispatch.d.ts.map +1 -0
- package/dist/targets/material-source.d.ts +7 -0
- package/dist/targets/material-source.d.ts.map +1 -1
- package/dist/temporal/frame-coordinator.d.ts +7 -0
- package/dist/temporal/frame-coordinator.d.ts.map +1 -1
- package/dist/temporal/gpu.d.ts +8 -0
- package/dist/temporal/gpu.d.ts.map +1 -1
- package/dist/temporal/history.d.ts.map +1 -1
- package/dist/temporal/index.mjs +6 -6
- package/dist/temporal/inspection.d.ts.map +1 -1
- package/dist/temporal/standard-scene-data.d.ts +4 -2
- package/dist/temporal/standard-scene-data.d.ts.map +1 -1
- package/dist/temporal/target-coverage-attachment.d.ts +15 -0
- package/dist/temporal/target-coverage-attachment.d.ts.map +1 -0
- package/dist/temporal/temporal-view.d.ts +6 -0
- package/dist/temporal/temporal-view.d.ts.map +1 -1
- package/dist/temporal/view.d.ts +6 -0
- package/dist/temporal/view.d.ts.map +1 -1
- package/dist/typed-render-graph-primitives.d.ts +41 -1
- package/dist/typed-render-graph-primitives.d.ts.map +1 -1
- package/dist/typed-shadow-passes.d.ts +3 -1
- package/dist/typed-shadow-passes.d.ts.map +1 -1
- package/dist/volume/component.d.ts +1 -0
- package/dist/volume/component.d.ts.map +1 -1
- package/dist/volume/temporal.d.ts +6 -0
- package/dist/volume/temporal.d.ts.map +1 -1
- package/package.json +21 -20
- package/src/__tests__/auto-exposure-gpu-evidence.ts +291 -0
- package/src/__tests__/auto-exposure-inspection.unit.test.ts +80 -0
- package/src/__tests__/auto-exposure-transaction.integration.test.ts +99 -0
- package/src/__tests__/auto-exposure.browser.test.ts +33 -0
- package/src/__tests__/auto-exposure.dawn.test.ts +33 -0
- package/src/__tests__/capture-scene-projection.unit.test.ts +24 -0
- package/src/__tests__/detached-inspection.integration.test.ts +5 -0
- package/src/__tests__/device-feature-admission.unit.test.ts +15 -24
- package/src/__tests__/device-loss-fanout.unit.test.ts +43 -0
- package/src/__tests__/device-scope-lifecycle.unit.test.ts +18 -0
- package/src/__tests__/device-scope-stale-matrix.unit.test.ts +18 -0
- package/src/__tests__/docs-gate-green.unit.test.ts +3 -3
- package/src/__tests__/dynamic-geometry-batch.unit.test.ts +157 -0
- package/src/__tests__/dynamic-geometry.unit.test.ts +36 -0
- package/src/__tests__/dynamic-resolution-plugin.integration.test.ts +81 -0
- package/src/__tests__/factory-contract.integration.test.ts +231 -9
- package/src/__tests__/fallback-row-stride-surface.unit.test.ts +19 -0
- package/src/__tests__/feature-depth-input.dawn.test.ts +121 -0
- package/src/__tests__/feature-noise.unit.test.ts +38 -0
- package/src/__tests__/fixtures/taa-resolve-pinned-baseline.wgsl +301 -0
- package/src/__tests__/frame-camera-selection.unit.test.ts +131 -0
- package/src/__tests__/frame-observation.contract.test.ts +21 -0
- package/src/__tests__/frame-plan-contract.unit.test.ts +24 -0
- package/src/__tests__/frame-targets.unit.test.ts +24 -0
- package/src/__tests__/fullscreen-feature-plan.unit.test.ts +3 -0
- package/src/__tests__/gpu-driven-baseline.characterization.test.ts +79 -0
- package/src/__tests__/gpu-driven-batch-topology-pbr.unit.test.ts +307 -7
- package/src/__tests__/gpu-driven-indirect-raster-evidence.ts +122 -142
- package/src/__tests__/gpu-driven-indirect-raster.browser.test.ts +10 -1
- package/src/__tests__/gpu-driven-lod-cache.unit.test.ts +261 -0
- package/src/__tests__/gpu-driven-mesh-world-identity.unit.test.ts +346 -0
- package/src/__tests__/gpu-driven-pbr.dawn.test.ts +1422 -0
- package/src/__tests__/gpu-driven-pbr.integration.test.ts +21 -0
- package/src/__tests__/gpu-driven-production-fixture.ts +96 -0
- package/src/__tests__/gpu-driven-production.integration.test.ts +1076 -106
- package/src/__tests__/gpu-driven-scaling.unit.test.ts +1 -3
- package/src/__tests__/gpu-driven-shadow-views.browser.test.ts +63 -0
- package/src/__tests__/gpu-driven-shadow-views.dawn.test.ts +294 -0
- package/src/__tests__/gpu-driven-shadow-views.integration.test.ts +97 -0
- package/src/__tests__/gpu-driven-shadow-views.unit.test.ts +168 -0
- package/src/__tests__/gpu-driven-skin-contract.test-d.ts +11 -0
- package/src/__tests__/gpu-driven-view-gpu-evidence.ts +72 -20
- package/src/__tests__/gpu-driven-view-graph.integration.test.ts +30 -9
- package/src/__tests__/gpu-driven-view.unit.test.ts +160 -52
- package/src/__tests__/gpu-pass-timing-browser-runner.ts +15 -0
- package/src/__tests__/gpu-pass-timing.browser.test.ts +20 -2
- package/src/__tests__/gpu-resource-scope.unit.test.ts +71 -0
- package/src/__tests__/gpu-resource-store-stride.unit.test.ts +42 -0
- package/src/__tests__/gpu-scene-render-graph-gpu.ts +19 -5
- package/src/__tests__/gpu-scene.dawn.test.ts +40 -13
- package/src/__tests__/gpu-scene.unit.test.ts +613 -33
- package/src/__tests__/instances-culling.integration.test.ts +36 -10
- package/src/__tests__/instances-derived-bounds.unit.test.ts +54 -0
- package/src/__tests__/instances-store.unit.test.ts +242 -39
- package/src/__tests__/ktx2-basis-gpu-consumer.dawn.test.ts +6 -0
- package/src/__tests__/lighting-scene-roundtrip.integration.test.ts +13 -16
- package/src/__tests__/lut-lkg-transaction.integration.test.ts +122 -0
- package/src/__tests__/material-contract-inventory.unit.test.ts +5 -6
- package/src/__tests__/material-dispatch-shader-id.unit.test.ts +51 -0
- package/src/__tests__/material-lane-selection.unit.test.ts +60 -0
- package/src/__tests__/material-numeric-upload.unit.test.ts +53 -0
- package/src/__tests__/material-texture-handles.unit.test.ts +18 -0
- package/src/__tests__/material-texture-source.unit.test.ts +87 -0
- package/src/__tests__/materials-authoring-validation.unit.test.ts +41 -0
- package/src/__tests__/materials-standard-contract.unit.test.ts +57 -3
- package/src/__tests__/mesh-buffer-usage-surface.unit.test.ts +4 -0
- package/src/__tests__/mesh-submission-lifetime.unit.test.ts +8 -0
- package/src/__tests__/morph-neutral-admission.unit.test.ts +19 -0
- package/src/__tests__/normal-fallback.dawn.test.ts +122 -0
- package/src/__tests__/particle-material-input-layout.unit.test.ts +104 -0
- package/src/__tests__/physical-clearcoat.integration.test.ts +42 -3
- package/src/__tests__/pipeline-texture-specialization.unit.test.ts +138 -0
- package/src/__tests__/point-shadow-inspection.unit.test.ts +2 -0
- package/src/__tests__/post-process-error-policy-owner.unit.test.ts +6 -5
- package/src/__tests__/prepared-gpu-driven-pbr-contract.test-d.ts +31 -0
- package/src/__tests__/prepared-gpu-driven-pbr-contract.unit.test.ts +39 -0
- package/src/__tests__/prepared-gpu-driven-pbr.integration.test.ts +251 -9
- package/src/__tests__/prepared-graphics-capability.unit.test.ts +21 -0
- package/src/__tests__/prepared-graphics-pipeline-warmup.unit.test.ts +6 -2
- package/src/__tests__/profiler-phase-catalog.test.ts +5 -0
- package/src/__tests__/public-surface.test-d.ts +3 -0
- package/src/__tests__/recovery-candidate-prepare.contract.test.ts +30 -12
- package/src/__tests__/reflection-fallback-async-publication.unit.test.ts +171 -0
- package/src/__tests__/reflection-probe-authoring.unit.test.ts +12 -10
- package/src/__tests__/reflection-probe-box.dawn.test.ts +71 -0
- package/src/__tests__/reflection-probe-filter.unit.test.ts +9 -0
- package/src/__tests__/reflection-probe-orientation.dawn.test.ts +294 -0
- package/src/__tests__/reflection-probe-record-owner.characterization.unit.test.ts +5 -14
- package/src/__tests__/reflection-probe-updates.unit.test.ts +129 -0
- package/src/__tests__/render-error-code-owner.test-d.ts +7 -0
- package/src/__tests__/render-error-detail-ssot.test-d.ts +27 -1
- package/src/__tests__/render-error-exhaustive.test-d.ts +15 -0
- package/src/__tests__/render-extent.unit.test.ts +63 -0
- package/src/__tests__/render-feature-gpu-work.integration.test.ts +285 -2
- package/src/__tests__/render-feature-plan.unit.test.ts +245 -0
- package/src/__tests__/render-feature-shadow-order.unit.test.ts +228 -0
- package/src/__tests__/render-feature-zero-work.unit.test.ts +35 -1
- package/src/__tests__/render-graph-fallback.integration.test.ts +2 -2
- package/src/__tests__/render-owner-cohesion.unit.test.ts +55 -0
- package/src/__tests__/render-scene-mixed-updates.integration.test.ts +426 -0
- package/src/__tests__/render-scene-projection.unit.test.ts +915 -23
- package/src/__tests__/render-scene-resource-updates.integration.test.ts +214 -0
- package/src/__tests__/render-scene-skin-lifecycle.integration.test.ts +173 -0
- package/src/__tests__/render-scene-temporal-retry.unit.test.ts +133 -0
- package/src/__tests__/render-target-material-source.test-d.ts +27 -3
- package/src/__tests__/renderer-factory-material-contract.unit.test.ts +233 -9
- package/src/__tests__/renderer-frame-transaction.integration.test.ts +923 -5
- package/src/__tests__/shader-manifest-fixture.ts +45 -0
- package/src/__tests__/skin-motion-regression.unit.test.ts +0 -33
- package/src/__tests__/skin-palette-persistent.integration.test.ts +28 -0
- package/src/__tests__/skin-palette-persistent.unit.test.ts +247 -0
- package/src/__tests__/skinned-shadow-caster.test.ts +125 -14
- package/src/__tests__/specular-environment-scale.dawn.test.ts +158 -0
- package/src/__tests__/ssao-config.unit.test.ts +7 -0
- package/src/__tests__/ssao-surface.dawn.test.ts +252 -0
- package/src/__tests__/ssr-admission-matrix.integration.test.ts +7 -1
- package/src/__tests__/ssr-confidence-compose.unit.test.ts +84 -0
- package/src/__tests__/ssr-coordinate-oracle.unit.test.ts +28 -0
- package/src/__tests__/ssr-cube-silhouette.dawn.test.ts +270 -0
- package/src/__tests__/ssr-format-probe-gating.integration.test.ts +82 -0
- package/src/__tests__/ssr-gpu-dispatch.browser.test.ts +99 -0
- package/src/__tests__/ssr-gpu-dispatch.dawn.test.ts +116 -0
- package/src/__tests__/ssr-gpu-dispatch.ts +951 -0
- package/src/__tests__/ssr-graph-topology.unit.test.ts +104 -0
- package/src/__tests__/ssr-history-filter.dawn.test.ts +198 -0
- package/src/__tests__/ssr-hit-color.dawn.test.ts +273 -0
- package/src/__tests__/ssr-hiz-odd-reduction.dawn.test.ts +569 -0
- package/src/__tests__/ssr-hiz-rescue.dawn.test.ts +279 -0
- package/src/__tests__/ssr-hiz.browser.test.ts +150 -0
- package/src/__tests__/ssr-hiz.dawn.test.ts +150 -0
- package/src/__tests__/ssr-hiz.unit.test.ts +56 -0
- package/src/__tests__/ssr-inspection.unit.test.ts +105 -0
- package/src/__tests__/ssr-memory-budget.unit.test.ts +45 -0
- package/src/__tests__/ssr-performance-sequence-aggregation.unit.test.ts +15 -0
- package/src/__tests__/ssr-public-surface.test-d.ts +37 -0
- package/src/__tests__/ssr-receiver-coverage.dawn.test.ts +387 -0
- package/src/__tests__/ssr-reflection-mip-reducer.dawn.test.ts +309 -0
- package/src/__tests__/ssr-reprojection-probe.ts +90 -0
- package/src/__tests__/ssr-roughness-mip.dawn.test.ts +163 -0
- package/src/__tests__/ssr-shader-prewarm.unit.test.ts +59 -0
- package/src/__tests__/ssr-spatial.integration.test.ts +141 -0
- package/src/__tests__/ssr-stable-lattice.dawn.test.ts +475 -0
- package/src/__tests__/ssr-temporal-history.unit.test.ts +202 -0
- package/src/__tests__/ssr-texel-crossing.dawn.test.ts +448 -0
- package/src/__tests__/ssr-zero-work.integration.test.ts +87 -0
- package/src/__tests__/standard-cluster-variant-resolution.unit.test.ts +84 -12
- package/src/__tests__/standard-clustered-pipeline.unit.test.ts +29 -0
- package/src/__tests__/standard-output-chain-contract.unit.test.ts +99 -0
- package/src/__tests__/standard-output-chain.integration.test.ts +73 -0
- package/src/__tests__/standard-output-gpu-evidence.ts +205 -0
- package/src/__tests__/standard-output.browser.test.ts +15 -0
- package/src/__tests__/standard-output.dawn.test.ts +15 -0
- package/src/__tests__/standard-pbr-artifact-assembly.unit.test.ts +275 -0
- package/src/__tests__/standard-pipeline.integration.test.ts +320 -3
- package/src/__tests__/standard-profile-oracle.unit.test.ts +49 -0
- package/src/__tests__/standard-surface-lighting.unit.test.ts +41 -0
- package/src/__tests__/standard-texture-specialization.dawn.test.ts +141 -0
- package/src/__tests__/surface-adjacent-regressions.integration.test.ts +6 -3
- package/src/__tests__/taa-coverage-edge.dawn.test.ts +199 -0
- package/src/__tests__/taa-history-clipping.dawn.test.ts +328 -0
- package/src/__tests__/taa-neighborhood-equivalence.dawn.test.ts +782 -0
- package/src/__tests__/taa-stability-feedback.browser.test.ts +23 -0
- package/src/__tests__/taa-stability-feedback.dawn.test.ts +68 -0
- package/src/__tests__/taa-stability-feedback.ts +342 -0
- package/src/__tests__/temporal-history-lifecycle.unit.test.ts +49 -7
- package/src/__tests__/temporal-reset-matrix.unit.test.ts +9 -0
- package/src/__tests__/temporal-transaction.integration.test.ts +28 -0
- package/src/__tests__/temporal-view.unit.test.ts +17 -0
- package/src/__tests__/texture-usage-surface.unit.test.ts +4 -2
- package/src/__tests__/transmission-prewarm.unit.test.ts +57 -0
- package/src/__tests__/typed-pipeline-topology.unit.test.ts +109 -4
- package/src/__tests__/typed-scene-pass-material-cache.integration.test.ts +126 -0
- package/src/__tests__/vertex-layouts-ssot.unit.test.ts +47 -0
- package/src/__tests__/visibility-extract.perf.test.ts +20 -8
- package/src/__tests__/visibility-instances.integration.test.ts +19 -7
- package/src/__tests__/visibility-producer-matrix.integration.test.ts +20 -9
- package/src/__tests__/volumetric-fog-stage-readback.dawn.test.ts +62 -13
- package/src/__tests__/volumetric-fog-topology.unit.test.ts +7 -7
- package/src/assembly/atmosphere-shader-prewarm.ts +39 -0
- package/src/assembly/device-feature-admission.ts +9 -4
- package/src/assembly/dynamic-geometry-host.ts +284 -163
- package/src/assembly/dynamic-geometry-runtime.ts +71 -0
- package/src/assembly/factory.ts +4 -0
- package/src/assembly/gpu-driven-owner.ts +29 -0
- package/src/assembly/host-contract.ts +19 -0
- package/src/assembly/material/assembly.ts +383 -1
- package/src/assembly/material/pipeline-helpers.ts +100 -0
- package/src/assembly/material-shader-policy.ts +110 -46
- package/src/assembly/recovery/device-loss-fanout.ts +5 -0
- package/src/assembly/recovery/failure-location.ts +62 -0
- package/src/assembly/recovery/recovery-attempt.ts +2 -29
- package/src/assembly/recovery/renderer-recover.ts +16 -17
- package/src/assembly/renderer-facade.ts +34 -1
- package/src/assembly/renderer-feature-inspection.ts +13 -0
- package/src/assembly/renderer-frame-transaction.ts +63 -0
- package/src/assembly/renderer-helpers.ts +26 -0
- package/src/assembly/renderer-inspection.ts +6 -0
- package/src/assembly/shader-prewarm-policy.ts +46 -1
- package/src/assembly/skin-palette-owner.ts +21 -0
- package/src/assembly/ssr-shader-prewarm.ts +41 -0
- package/src/assembly/webgpu-device-loss.ts +75 -0
- package/src/assembly/webgpu-pbr-ready.ts +232 -0
- package/src/assembly/webgpu-ready-mipmap.ts +26 -0
- package/src/assembly/webgpu-ready.ts +161 -131
- package/src/assembly/webgpu-renderer-bootstrap.ts +85 -0
- package/src/assembly/webgpu-renderer-contract.ts +69 -0
- package/src/assembly/webgpu-renderer-guards.ts +32 -0
- package/src/assembly/webgpu-renderer-observation.ts +43 -0
- package/src/assembly/webgpu-renderer-recovery-failure.ts +62 -0
- package/src/assembly/webgpu-renderer.ts +744 -730
- package/src/assembly/webgpu-vertex-layouts.ts +233 -87
- package/src/capture/scene-projection.ts +37 -0
- package/src/components/__tests__/camera-exposure.contract.unit.test.ts +153 -0
- package/src/components/__tests__/dynamic-resolution-schema.unit.test.ts +65 -0
- package/src/components/__tests__/light-radius.integration.test.ts +59 -0
- package/src/components/camera.ts +287 -7
- package/src/components/directional-light.ts +3 -3
- package/src/components/dynamic-resolution.ts +67 -0
- package/src/components/index.ts +2 -0
- package/src/components/instances.ts +45 -18
- package/src/components/light-helpers.ts +6 -1
- package/src/components/reflection-probe.ts +1 -0
- package/src/components/scene-instance.ts +2 -1
- package/src/components/screen-space-reflection.ts +21 -0
- package/src/components/skylight.ts +4 -1
- package/src/components/sprite-animation.ts +2 -2
- package/src/components/sprite-instances.ts +1 -1
- package/src/device/device-scope.ts +13 -7
- package/src/device/gpu-residency.ts +45 -42
- package/src/dynamic-geometry.ts +13 -8
- package/src/environment/background.ts +281 -0
- package/src/environment/ibl.ts +211 -0
- package/src/environment/storage.ts +63 -0
- package/src/errors/gpu-driven.ts +49 -8
- package/src/errors/render.ts +91 -3
- package/src/extract/camera.ts +37 -1
- package/src/extract/contracts.ts +10 -0
- package/src/extract/gpu-driven.ts +240 -10
- package/src/features/host.ts +237 -19
- package/src/features/noise-texture.ts +91 -0
- package/src/features/plan.ts +553 -24
- package/src/features/prepared-gpu-work.ts +631 -49
- package/src/features/prepared-graphics-store.ts +31 -0
- package/src/features/prepared-graphics.ts +5 -0
- package/src/features/render-graph-compute.ts +41 -8
- package/src/features/render-graph-contribution.ts +141 -3
- package/src/features/render-graph-raster.ts +143 -30
- package/src/features/types.ts +11 -0
- package/src/fullscreen-post-process-pass.ts +3 -0
- package/src/gpu-driven/batch-topology.ts +452 -108
- package/src/gpu-driven/material-artifacts.ts +179 -0
- package/src/gpu-driven/material-bindings.ts +41 -0
- package/src/gpu-driven/pbr-program.ts +31 -0
- package/src/gpu-driven/prepared-draw.ts +42 -6
- package/src/gpu-driven/production-raster.ts +2806 -716
- package/src/gpu-driven/shadow-views.ts +539 -0
- package/src/gpu-driven/view-gpu.ts +188 -41
- package/src/gpu-resource.ts +21 -2
- package/src/gpu-scene-schema.ts +61 -11
- package/src/gpu-scene.ts +197 -99
- package/src/gpu-texture-usage.ts +1 -0
- package/src/hdrp-buffers.ts +141 -36
- package/src/ibl/IblPipelineCache.ts +5 -0
- package/src/ibl/frame-resources.ts +38 -0
- package/src/ibl/skylight-bind-group.ts +32 -21
- package/src/index.ts +194 -75
- package/src/inspection-types.ts +207 -1
- package/src/instances-derived-bounds.ts +258 -34
- package/src/instances.ts +459 -150
- package/src/internal.ts +22 -0
- package/src/lifecycle.ts +2 -0
- package/src/material-row.ts +194 -0
- package/src/materials.ts +44 -8
- package/src/pbr-pipeline.ts +172 -19
- package/src/pipeline/render-extent.ts +111 -0
- package/src/pipeline/standard-build-context.ts +7 -0
- package/src/pipeline/standard-forward-lane.ts +74 -29
- package/src/pipeline/standard-output/__tests__/lut-admission.unit.test.ts +103 -0
- package/src/pipeline/standard-output/auto-exposure/__tests__/capability.unit.test.ts +40 -0
- package/src/pipeline/standard-output/auto-exposure/__tests__/gpu.contract.unit.test.ts +125 -0
- package/src/pipeline/standard-output/auto-exposure/__tests__/graph.contract.unit.test.ts +94 -0
- package/src/pipeline/standard-output/auto-exposure/__tests__/oracle.test.ts +108 -0
- package/src/pipeline/standard-output/auto-exposure/__tests__/preset.test.ts +26 -0
- package/src/pipeline/standard-output/auto-exposure/capability.ts +38 -0
- package/src/pipeline/standard-output/auto-exposure/gpu.ts +567 -0
- package/src/pipeline/standard-output/auto-exposure/graph.ts +221 -0
- package/src/pipeline/standard-output/auto-exposure/inspection.ts +231 -0
- package/src/pipeline/standard-output/auto-exposure/oracle.ts +291 -0
- package/src/pipeline/standard-output/auto-exposure/preset.ts +28 -0
- package/src/pipeline/standard-output/auto-exposure/state.ts +156 -0
- package/src/pipeline/standard-output/color-transform.ts +124 -0
- package/src/pipeline/standard-output/graph.ts +139 -0
- package/src/pipeline/standard-output/lut-admission.ts +121 -0
- package/src/pipeline/standard-output/lut-gpu.ts +399 -0
- package/src/pipeline/standard-output/lut-state.ts +176 -0
- package/src/pipeline/standard-output/resources.ts +121 -0
- package/src/pipeline/standard-output/types.ts +58 -0
- package/src/pipeline/standard-pipeline.ts +232 -70
- package/src/pipeline/standard-post.ts +190 -27
- package/src/pipeline/standard-profile.ts +2 -1
- package/src/pipeline-builder.ts +28 -9
- package/src/pipeline-spec-types.ts +4 -0
- package/src/pipeline-spec.ts +37 -29
- package/src/plugin.ts +4 -0
- package/src/points-lines/standard-owner.ts +6 -14
- package/src/post-process-errors.ts +26 -18
- package/src/prepare/__tests__/extended-lighting-capability.unit.test.ts +2 -2
- package/src/prepare/extended-lighting/resources.ts +3 -3
- package/src/prepare/prepared-graphics-resolver.ts +9 -2
- package/src/record/__tests__/main-pass-geometry.unit.test.ts +68 -0
- package/src/record/__tests__/material-bg-cache.unit.test.ts +45 -0
- package/src/record/__tests__/material-slot-plan.unit.test.ts +57 -0
- package/src/record/__tests__/mesh-ssbo.unit.test.ts +40 -1
- package/src/record/__tests__/recovery-pipeline.unit.test.ts +20 -1
- package/src/record/__tests__/sprite-material-abi.unit.test.ts +41 -6
- package/src/record/__tests__/temporal-payload.unit.test.ts +2 -0
- package/src/record/__tests__/typed-frame-graph-plan.unit.test.ts +45 -0
- package/src/record/__tests__/view-ubo-layout.unit.test.ts +5 -0
- package/src/record/dynamic-geometry-consumption.ts +59 -0
- package/src/record/frame-lighting.ts +15 -12
- package/src/record/frame-snapshot.ts +146 -34
- package/src/record/frame-targets.ts +9 -0
- package/src/record/frame.ts +838 -170
- package/src/record/main-pass-geometry.ts +209 -103
- package/src/record/main-pass-material.ts +157 -40
- package/src/record/main-pass-sprite-draws.ts +16 -107
- package/src/record/main-pass.ts +141 -12
- package/src/record/material-uniforms.ts +1 -1
- package/src/record/mesh-ssbo.ts +59 -15
- package/src/record/prepared-material-bindings.ts +238 -0
- package/src/record/recovery-pipeline.ts +69 -90
- package/src/record/render-context.ts +123 -24
- package/src/record/shadow-pass.ts +1389 -230
- package/src/record/skybox-post-pass.ts +14 -3
- package/src/record/typed-frame-graph.ts +1064 -47
- package/src/record/view-ubo.ts +12 -1
- package/src/recovery/render-system-candidate.ts +135 -68
- package/src/recovery/render-system-roots.ts +113 -0
- package/src/recovery/types.ts +77 -0
- package/src/reflection/background.ts +151 -0
- package/src/reflection/filter.ts +3 -0
- package/src/reflection/projection.ts +16 -6
- package/src/reflection/record-owner.ts +308 -140
- package/src/render-contract.ts +237 -49
- package/src/render-graph-primitives.ts +34 -5
- package/src/render-pipeline.ts +90 -2
- package/src/render-system-extract-tail.ts +431 -162
- package/src/render-system-extract.ts +478 -119
- package/src/render-system-projections.ts +241 -0
- package/src/render-system.ts +715 -828
- package/src/scene/render-scene-types.ts +13 -4
- package/src/scene/render-scene.ts +577 -355
- package/src/scene/shadow-visibility.ts +21 -0
- package/src/ssao-config.ts +25 -8
- package/src/ssr/admission.ts +380 -14
- package/src/ssr/compose.ts +144 -0
- package/src/ssr/errors.ts +48 -0
- package/src/ssr/graph.ts +797 -0
- package/src/ssr/history.ts +436 -0
- package/src/ssr/hiz.ts +124 -0
- package/src/ssr/inspection.ts +124 -0
- package/src/ssr/resources.ts +202 -0
- package/src/ssr/temporal.ts +164 -0
- package/src/systems/skin-palette-allocator.ts +495 -148
- package/src/systems/skin-palette-types.ts +17 -0
- package/src/systems/transparent-dispatch.ts +90 -0
- package/src/targets/material-source.ts +34 -0
- package/src/temporal/coverage.ts +1 -1
- package/src/temporal/frame-coordinator.ts +23 -2
- package/src/temporal/gpu.ts +79 -12
- package/src/temporal/history.ts +3 -1
- package/src/temporal/inspection.ts +2 -1
- package/src/temporal/standard-scene-data.ts +10 -2
- package/src/temporal/target-coverage-attachment.ts +72 -0
- package/src/temporal/temporal-view.ts +11 -2
- package/src/temporal/view.ts +12 -2
- package/src/transmission/__tests__/standard-transmission.dawn.test.ts +219 -139
- package/src/typed-render-graph-primitives.ts +304 -74
- package/src/typed-shadow-passes.ts +122 -12
- package/src/volume/component.ts +1 -0
- package/src/volume/passes.ts +3 -3
- package/src/volume/temporal.ts +10 -0
- package/dist/chunk-GE3SDD72.mjs.map +0 -1
- package/dist/chunk-GF523LHF.mjs.map +0 -1
- package/dist/chunk-IQMKJLNU.mjs.map +0 -1
- package/dist/chunk-J52NMQKR.mjs.map +0 -1
- package/dist/chunk-J6KACNOH.mjs.map +0 -1
- package/dist/chunk-JAASCMXA.mjs.map +0 -1
- package/dist/chunk-MBU4ZVE7.mjs.map +0 -1
- package/dist/chunk-MYJ5RPJO.mjs.map +0 -1
- package/dist/chunk-RBDBZ5R7.mjs.map +0 -1
- package/dist/chunk-VSL23LZE.mjs.map +0 -1
- package/src/__tests__/instances-world-ownership.integration.test.ts +0 -62
- package/src/scene/__tests__/changed-block-summary.candidate.test.ts +0 -36
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { describe, expect, it } from 'vitest';
|
|
2
|
+
import {
|
|
3
|
+
deriveRenderExtent,
|
|
4
|
+
renderExtentSize,
|
|
5
|
+
standardExtentDomainPlan,
|
|
6
|
+
} from '../pipeline/render-extent';
|
|
7
|
+
|
|
8
|
+
describe('RenderExtent', () => {
|
|
9
|
+
it('keeps output and internal domains distinct at a fixed TAAU scale', () => {
|
|
10
|
+
const extent = deriveRenderExtent({
|
|
11
|
+
outputWidth: 1920,
|
|
12
|
+
outputHeight: 1080,
|
|
13
|
+
requestedScale: 0.67,
|
|
14
|
+
generation: 4,
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
expect(extent).toMatchObject({
|
|
18
|
+
outputWidth: 1920,
|
|
19
|
+
outputHeight: 1080,
|
|
20
|
+
internalWidth: 1256,
|
|
21
|
+
internalHeight: 704,
|
|
22
|
+
scale: 0.65625,
|
|
23
|
+
generation: 4,
|
|
24
|
+
});
|
|
25
|
+
expect(renderExtentSize(extent, 'internal')).toEqual({ width: 1256, height: 704 });
|
|
26
|
+
expect(renderExtentSize(extent, 'output')).toEqual({ width: 1920, height: 1080 });
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
it('keeps a non-8-aligned output domain exact while fixed TAAU aligns only its internal domain', () => {
|
|
30
|
+
const extent = deriveRenderExtent({
|
|
31
|
+
outputWidth: 200,
|
|
32
|
+
outputHeight: 150,
|
|
33
|
+
requestedScale: 0.67,
|
|
34
|
+
generation: 2,
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
expect(renderExtentSize(extent, 'output')).toEqual({ width: 200, height: 150 });
|
|
38
|
+
expect(renderExtentSize(extent, 'internal')).toEqual({ width: 128, height: 96 });
|
|
39
|
+
expect(extent.outputWidth).not.toBe(extent.internalWidth);
|
|
40
|
+
expect(extent.outputHeight).not.toBe(extent.internalHeight);
|
|
41
|
+
});
|
|
42
|
+
|
|
43
|
+
it('keeps tiny surfaces native and assigns persistent/history domains explicitly', () => {
|
|
44
|
+
const extent = deriveRenderExtent({
|
|
45
|
+
outputWidth: 7,
|
|
46
|
+
outputHeight: 5,
|
|
47
|
+
requestedScale: 0.5,
|
|
48
|
+
generation: 9,
|
|
49
|
+
});
|
|
50
|
+
const plan = standardExtentDomainPlan(extent, 'cpu-webgl2');
|
|
51
|
+
|
|
52
|
+
expect(extent.internalWidth).toBe(7);
|
|
53
|
+
expect(extent.internalHeight).toBe(5);
|
|
54
|
+
expect(extent.scale).toBe(1);
|
|
55
|
+
expect(plan.resources).toEqual(
|
|
56
|
+
expect.arrayContaining([
|
|
57
|
+
{ name: 'scene', domain: 'internal' },
|
|
58
|
+
{ name: 'taa-history', domain: 'output' },
|
|
59
|
+
{ name: 'output', domain: 'output' },
|
|
60
|
+
]),
|
|
61
|
+
);
|
|
62
|
+
});
|
|
63
|
+
});
|
|
@@ -10,14 +10,109 @@ import {
|
|
|
10
10
|
import { rhi } from '@forgeax/engine-rhi-null';
|
|
11
11
|
import { err, ok } from '@forgeax/engine-types';
|
|
12
12
|
import { describe, expect, it } from 'vitest';
|
|
13
|
+
import type { RenderFeatureGpuProgramDescriptor } from '../features/prepared-gpu-work';
|
|
13
14
|
import { createRenderFeatureGpuWorkOwner } from '../features/prepared-gpu-work';
|
|
14
15
|
import { RenderFeatureComputeGraphProjection } from '../features/render-graph-compute';
|
|
15
16
|
import { RenderFeatureRasterGraphProjection } from '../features/render-graph-raster';
|
|
16
17
|
import { createRenderFeatureGraphBufferState } from '../features/render-graph-resources';
|
|
18
|
+
import { createRenderFeatureTarget } from '../features/targets';
|
|
17
19
|
import type { PreparedGraphicsResolvedResource } from '../prepare/prepared-graphics-resolver';
|
|
18
20
|
|
|
19
21
|
describe('RenderFeature persistent GPU work', () => {
|
|
20
|
-
it('
|
|
22
|
+
it('binds graph-owned sampled textures at execution instead of the preparation fallback', async () => {
|
|
23
|
+
const adapter = (await rhi.requestAdapter()).unwrap();
|
|
24
|
+
const device = (await adapter.requestDevice()).unwrap();
|
|
25
|
+
const shader = (await rhi.createShaderModule(device, { code: 'synthetic' })).unwrap();
|
|
26
|
+
const owner = createRenderFeatureGpuWorkOwner({
|
|
27
|
+
getDevice: () => device,
|
|
28
|
+
getShaderModuleFactory: () => ({ createShaderModule: () => ok(shader) }),
|
|
29
|
+
});
|
|
30
|
+
const session = owner.beginFeature('sampled-compute', 0);
|
|
31
|
+
const program = session
|
|
32
|
+
.prepareProgram('sample', {
|
|
33
|
+
wgsl: 'synthetic',
|
|
34
|
+
entryPoints: ['sample'],
|
|
35
|
+
bindings: [{ entries: [{ binding: 0, visibility: 4, texture: { sampleType: 'depth' } }] }],
|
|
36
|
+
})
|
|
37
|
+
.unwrap();
|
|
38
|
+
const texture = device
|
|
39
|
+
.createTexture({
|
|
40
|
+
size: { width: 1, height: 1 },
|
|
41
|
+
format: 'depth32float',
|
|
42
|
+
usage: 0x04 | 0x10,
|
|
43
|
+
textureBindingViewDimension: undefined,
|
|
44
|
+
})
|
|
45
|
+
.unwrap();
|
|
46
|
+
const fallback = device.createTextureView(texture, {}).unwrap();
|
|
47
|
+
const reference = session
|
|
48
|
+
.prepareTextureView(
|
|
49
|
+
'depth',
|
|
50
|
+
fallback,
|
|
51
|
+
createRenderFeatureTarget({ kind: 'scene-depth', format: 'depth32float', sampleCount: 1 }),
|
|
52
|
+
)
|
|
53
|
+
.unwrap();
|
|
54
|
+
const bindings = session
|
|
55
|
+
.prepareBindings('bindings', {
|
|
56
|
+
program,
|
|
57
|
+
entries: [{ binding: 0, resource: { kind: 'texture-view', reference } }],
|
|
58
|
+
})
|
|
59
|
+
.unwrap();
|
|
60
|
+
const work = session
|
|
61
|
+
.resolveComputePass('sampled-compute', {
|
|
62
|
+
program,
|
|
63
|
+
bindings,
|
|
64
|
+
dispatches: [{ entryPoint: 'sample', workgroups: [1] }],
|
|
65
|
+
})
|
|
66
|
+
.unwrap();
|
|
67
|
+
expect(work.sampledTargets).toMatchObject([
|
|
68
|
+
{ kind: 'scene-depth', format: 'depth32float', sampleCount: 1 },
|
|
69
|
+
]);
|
|
70
|
+
const graph = new RenderGraphBuilder<{ readonly encoder: RhiCommandEncoder }>();
|
|
71
|
+
const depth = graph
|
|
72
|
+
.createTexture('real-depth', {
|
|
73
|
+
format: 'depth32float',
|
|
74
|
+
size: { width: 1, height: 1 },
|
|
75
|
+
})
|
|
76
|
+
.unwrap();
|
|
77
|
+
const view = graph.view(depth).unwrap();
|
|
78
|
+
graph
|
|
79
|
+
.addRasterPass('depth-producer', {
|
|
80
|
+
colorAttachments: [],
|
|
81
|
+
depthStencilAttachment: {
|
|
82
|
+
view,
|
|
83
|
+
depthLoadOp: 'clear',
|
|
84
|
+
depthStoreOp: 'store',
|
|
85
|
+
depthClearValue: 0.25,
|
|
86
|
+
},
|
|
87
|
+
accesses: [{ resource: view, usage: 'depth-stencil-write' }],
|
|
88
|
+
encode: () => {},
|
|
89
|
+
})
|
|
90
|
+
.unwrap();
|
|
91
|
+
const seen: unknown[] = [];
|
|
92
|
+
const createBindGroup = device.createBindGroup.bind(device);
|
|
93
|
+
device.createBindGroup = (descriptor) => {
|
|
94
|
+
seen.push([...descriptor.entries][0]?.resource);
|
|
95
|
+
return createBindGroup(descriptor);
|
|
96
|
+
};
|
|
97
|
+
const projection = new RenderFeatureComputeGraphProjection(graph, undefined, undefined, () => ({
|
|
98
|
+
texture: depth,
|
|
99
|
+
view,
|
|
100
|
+
}));
|
|
101
|
+
projection.addPass('sample', 'sampled-compute', 0, work).unwrap();
|
|
102
|
+
const compiled = graph.compile({ device, surfaceSize: { width: 1, height: 1 } }).unwrap();
|
|
103
|
+
expect(compiled.inspect().passes[1]?.dependencies).toEqual(['depth-producer']);
|
|
104
|
+
compiled.execute({ encoder: device.createCommandEncoder().unwrap() }).unwrap();
|
|
105
|
+
expect(seen).toHaveLength(1);
|
|
106
|
+
expect(seen[0]).not.toEqual({ kind: 'textureView', value: fallback });
|
|
107
|
+
await compiled.retire();
|
|
108
|
+
owner.dispose().unwrap();
|
|
109
|
+
});
|
|
110
|
+
it.each([
|
|
111
|
+
[1, false],
|
|
112
|
+
[4, false],
|
|
113
|
+
[1, true],
|
|
114
|
+
[4, true],
|
|
115
|
+
] as const)('projects compute and indirect raster consumption with %i samples, Standard lighting %s', async (sampleCount, standardLighting) => {
|
|
21
116
|
const adapter = (await rhi.requestAdapter()).unwrap();
|
|
22
117
|
const device = (await adapter.requestDevice()).unwrap();
|
|
23
118
|
const indirectBuffer = device
|
|
@@ -28,6 +123,18 @@ describe('RenderFeature persistent GPU work', () => {
|
|
|
28
123
|
.createTexture('output', { format: 'rgba8unorm', size: { width: 1, height: 1 } })
|
|
29
124
|
.unwrap();
|
|
30
125
|
const outputView = graph.view(output, { label: 'output.view' }).unwrap();
|
|
126
|
+
const multisample =
|
|
127
|
+
sampleCount === 1
|
|
128
|
+
? undefined
|
|
129
|
+
: graph
|
|
130
|
+
.createTexture('multisample', {
|
|
131
|
+
format: 'rgba8unorm',
|
|
132
|
+
size: { width: 1, height: 1 },
|
|
133
|
+
sampleCount,
|
|
134
|
+
})
|
|
135
|
+
.unwrap();
|
|
136
|
+
const multisampleView =
|
|
137
|
+
multisample === undefined ? undefined : graph.view(multisample).unwrap();
|
|
31
138
|
const buffers = createRenderFeatureGraphBufferState();
|
|
32
139
|
const compute = new RenderFeatureComputeGraphProjection(graph, buffers);
|
|
33
140
|
expect(
|
|
@@ -62,6 +169,7 @@ describe('RenderFeature persistent GPU work', () => {
|
|
|
62
169
|
kind: 'pipeline',
|
|
63
170
|
reference: pipeline as never,
|
|
64
171
|
handle: {} as RenderPipeline,
|
|
172
|
+
standardLighting,
|
|
65
173
|
},
|
|
66
174
|
],
|
|
67
175
|
[
|
|
@@ -83,11 +191,18 @@ describe('RenderFeature persistent GPU work', () => {
|
|
|
83
191
|
},
|
|
84
192
|
],
|
|
85
193
|
]);
|
|
194
|
+
const lightingGroup = {} as BindGroup;
|
|
86
195
|
const raster = new RenderFeatureRasterGraphProjection(
|
|
87
196
|
graph,
|
|
88
|
-
() => ({
|
|
197
|
+
() => ({
|
|
198
|
+
texture: multisample ?? output,
|
|
199
|
+
view: multisampleView ?? outputView,
|
|
200
|
+
...(multisampleView === undefined ? {} : { resolveTarget: outputView }),
|
|
201
|
+
}),
|
|
89
202
|
undefined,
|
|
90
203
|
buffers,
|
|
204
|
+
undefined,
|
|
205
|
+
() => lightingGroup,
|
|
91
206
|
);
|
|
92
207
|
expect(
|
|
93
208
|
raster.addPass(
|
|
@@ -143,7 +258,21 @@ describe('RenderFeature persistent GPU work', () => {
|
|
|
143
258
|
{ name: 'vfx.draw', kind: 'raster', dependencies: ['vfx.simulate-and-project'] },
|
|
144
259
|
]);
|
|
145
260
|
const encoder = device.createCommandEncoder({ label: 'vfx-mixed-frame' }).unwrap();
|
|
261
|
+
const bound: Array<{ index: number; group: BindGroup }> = [];
|
|
262
|
+
const begin = encoder.beginRenderPass.bind(encoder);
|
|
263
|
+
encoder.beginRenderPass = (descriptor) => {
|
|
264
|
+
const pass = begin(descriptor);
|
|
265
|
+
const set = pass.setBindGroup.bind(pass);
|
|
266
|
+
pass.setBindGroup = (index, group, offsets) => {
|
|
267
|
+
bound.push({ index, group });
|
|
268
|
+
return set(index, group, offsets === undefined ? undefined : Array.from(offsets));
|
|
269
|
+
};
|
|
270
|
+
return pass;
|
|
271
|
+
};
|
|
146
272
|
expect(compiled.execute({ encoder }).ok).toBe(true);
|
|
273
|
+
expect(bound.filter((entry) => entry.index === 2)).toEqual(
|
|
274
|
+
standardLighting ? [{ index: 2, group: lightingGroup }] : [],
|
|
275
|
+
);
|
|
147
276
|
expect(encoder.finish().ok).toBe(true);
|
|
148
277
|
});
|
|
149
278
|
|
|
@@ -227,6 +356,65 @@ describe('RenderFeature persistent GPU work', () => {
|
|
|
227
356
|
expect(owner.dispose().ok).toBe(true);
|
|
228
357
|
});
|
|
229
358
|
|
|
359
|
+
it('reuses equivalent prepared programs but rejects nested descriptor mutation', async () => {
|
|
360
|
+
const adapter = (await rhi.requestAdapter()).unwrap();
|
|
361
|
+
const device = (await adapter.requestDevice()).unwrap();
|
|
362
|
+
const shader = (await rhi.createShaderModule(device, { code: 'synthetic' })).unwrap();
|
|
363
|
+
const owner = createRenderFeatureGpuWorkOwner({
|
|
364
|
+
getDevice: () => device,
|
|
365
|
+
getShaderModuleFactory: () => ({ createShaderModule: () => ok(shader) }),
|
|
366
|
+
});
|
|
367
|
+
const resolver = owner.beginFeature('synthetic.program', 0);
|
|
368
|
+
const descriptor = {
|
|
369
|
+
wgsl: 'synthetic',
|
|
370
|
+
entryPoints: ['simulate'],
|
|
371
|
+
bindings: [
|
|
372
|
+
{
|
|
373
|
+
entries: [
|
|
374
|
+
{
|
|
375
|
+
binding: 0,
|
|
376
|
+
visibility: 0x4,
|
|
377
|
+
buffer: { type: 'storage', hasDynamicOffset: false, minBindingSize: 0 },
|
|
378
|
+
},
|
|
379
|
+
],
|
|
380
|
+
},
|
|
381
|
+
],
|
|
382
|
+
} satisfies RenderFeatureGpuProgramDescriptor;
|
|
383
|
+
const first = resolver.prepareProgram('program', descriptor).unwrap();
|
|
384
|
+
const equivalent = resolver.prepareProgram('program', {
|
|
385
|
+
wgsl: 'synthetic',
|
|
386
|
+
entryPoints: ['simulate'],
|
|
387
|
+
bindings: [
|
|
388
|
+
{
|
|
389
|
+
entries: [
|
|
390
|
+
{
|
|
391
|
+
binding: 0,
|
|
392
|
+
visibility: 0x4,
|
|
393
|
+
buffer: { type: 'storage', hasDynamicOffset: false, minBindingSize: 0 },
|
|
394
|
+
},
|
|
395
|
+
],
|
|
396
|
+
},
|
|
397
|
+
],
|
|
398
|
+
});
|
|
399
|
+
expect(equivalent).toMatchObject({ ok: true, value: first });
|
|
400
|
+
|
|
401
|
+
const firstBinding = descriptor.bindings[0];
|
|
402
|
+
if (firstBinding === undefined) throw new Error('fixture missing binding');
|
|
403
|
+
const firstEntry = firstBinding.entries[0];
|
|
404
|
+
if (firstEntry === undefined) throw new Error('fixture missing binding entry');
|
|
405
|
+
const mutableEntry = firstEntry as { visibility: number };
|
|
406
|
+
mutableEntry.visibility = 0x1;
|
|
407
|
+
const changed = resolver.prepareProgram('program', descriptor);
|
|
408
|
+
expect(changed).toMatchObject({
|
|
409
|
+
ok: false,
|
|
410
|
+
error: {
|
|
411
|
+
code: 'render-feature-preparation-failed',
|
|
412
|
+
detail: { reason: 'signature-mismatch' },
|
|
413
|
+
},
|
|
414
|
+
});
|
|
415
|
+
expect(owner.dispose().ok).toBe(true);
|
|
416
|
+
});
|
|
417
|
+
|
|
230
418
|
it('records compute against persistent storage and releases it once', async () => {
|
|
231
419
|
const adapter = (await rhi.requestAdapter()).unwrap();
|
|
232
420
|
const device = (await adapter.requestDevice()).unwrap();
|
|
@@ -352,9 +540,104 @@ describe('RenderFeature persistent GPU work', () => {
|
|
|
352
540
|
const retired = resolver.retireUntouched();
|
|
353
541
|
expect(retired).toHaveLength(1);
|
|
354
542
|
expect(resolver.resolveBuffer(storage)).toBeUndefined();
|
|
543
|
+
// A non-VFX feature retires all three resource kinds together. The
|
|
544
|
+
// binding/program indexes must be invalidated at the same boundary as the
|
|
545
|
+
// buffer; otherwise a stale compute descriptor can revive work that now
|
|
546
|
+
// references a destroyed buffer.
|
|
547
|
+
expect(resolver.retainBindings([bindings]).ok).toBe(false);
|
|
548
|
+
expect(resolver.resolveComputePass('synthetic.gpu', computeDescriptor).ok).toBe(false);
|
|
355
549
|
expect(retired[0]?.release().ok).toBe(true);
|
|
356
550
|
expect(retired[0]?.release().ok).toBe(true);
|
|
551
|
+
expect(resolver.retainBindings([bindings]).ok).toBe(false);
|
|
552
|
+
expect(resolver.resolveComputePass('synthetic.gpu', computeDescriptor).ok).toBe(false);
|
|
553
|
+
|
|
554
|
+
const replacementProgram = resolver
|
|
555
|
+
.prepareProgram('program', {
|
|
556
|
+
wgsl: 'synthetic',
|
|
557
|
+
entryPoints: ['simulate', 'compact'],
|
|
558
|
+
bindings: [
|
|
559
|
+
{
|
|
560
|
+
entries: [
|
|
561
|
+
{
|
|
562
|
+
binding: 0,
|
|
563
|
+
visibility: 0x4,
|
|
564
|
+
buffer: { type: 'storage', hasDynamicOffset: false, minBindingSize: 0 },
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
binding: 1,
|
|
568
|
+
visibility: 0x4,
|
|
569
|
+
buffer: { type: 'storage', hasDynamicOffset: false, minBindingSize: 0 },
|
|
570
|
+
},
|
|
571
|
+
],
|
|
572
|
+
},
|
|
573
|
+
],
|
|
574
|
+
})
|
|
575
|
+
.unwrap();
|
|
576
|
+
const replacementStorage = resolver
|
|
577
|
+
.prepareBuffer('particles', {
|
|
578
|
+
size: 4096,
|
|
579
|
+
usage: ['storage', 'vertex'],
|
|
580
|
+
data: new Uint32Array([5, 6, 7, 8]),
|
|
581
|
+
})
|
|
582
|
+
.unwrap();
|
|
583
|
+
const replacementIndirect = resolver
|
|
584
|
+
.prepareBuffer('indirect', {
|
|
585
|
+
size: 20,
|
|
586
|
+
usage: ['storage', 'indirect'],
|
|
587
|
+
data: new Uint32Array([6, 0, 0, 0, 0]),
|
|
588
|
+
})
|
|
589
|
+
.unwrap();
|
|
590
|
+
const replacementBindings = resolver
|
|
591
|
+
.prepareBindings('bindings', {
|
|
592
|
+
program: replacementProgram,
|
|
593
|
+
entries: [
|
|
594
|
+
{ binding: 0, buffer: replacementStorage },
|
|
595
|
+
{ binding: 1, buffer: replacementIndirect },
|
|
596
|
+
],
|
|
597
|
+
})
|
|
598
|
+
.unwrap();
|
|
599
|
+
expect(replacementProgram).not.toBe(program);
|
|
600
|
+
expect(replacementBindings).not.toBe(bindings);
|
|
601
|
+
expect(resolver.retainBindings([bindings]).ok).toBe(false);
|
|
357
602
|
expect(resolver.dispose().ok).toBe(true);
|
|
358
603
|
expect(resolver.dispose().ok).toBe(true);
|
|
359
604
|
});
|
|
605
|
+
|
|
606
|
+
it('parks short-lived VFX queue slots and revives the same allocation', async () => {
|
|
607
|
+
const adapter = (await rhi.requestAdapter()).unwrap();
|
|
608
|
+
const device = (await adapter.requestDevice()).unwrap();
|
|
609
|
+
const owner = createRenderFeatureGpuWorkOwner({
|
|
610
|
+
getDevice: () => device,
|
|
611
|
+
getShaderModuleFactory: () => ({ createShaderModule: () => ok({} as never) }),
|
|
612
|
+
});
|
|
613
|
+
const session = owner.beginFeature('forgeax.vfx-render.gpu-particles', 0);
|
|
614
|
+
const first = session
|
|
615
|
+
.prepareBuffer('queued-slot', { size: 16, usage: ['storage'], data: new Uint32Array([1]) })
|
|
616
|
+
.unwrap();
|
|
617
|
+
expect(session.retireUntouched()).toEqual([]);
|
|
618
|
+
|
|
619
|
+
// One missing fixed tick parks the slot instead of retiring its physical
|
|
620
|
+
// buffer. Re-publishing the same named slot must revive the exact ref.
|
|
621
|
+
session.beginFrame();
|
|
622
|
+
expect(session.retireUntouched()).toEqual([]);
|
|
623
|
+
session.beginFrame();
|
|
624
|
+
const revived = session
|
|
625
|
+
.prepareBuffer('queued-slot', { size: 16, usage: ['storage'], data: new Uint32Array([2]) })
|
|
626
|
+
.unwrap();
|
|
627
|
+
expect(revived).toBe(first);
|
|
628
|
+
expect(session.resolveBuffer(first)).toBeDefined();
|
|
629
|
+
expect(session.retireUntouched()).toEqual([]);
|
|
630
|
+
|
|
631
|
+
// Parking is bounded. After the window, the old allocation is retired via
|
|
632
|
+
// the normal lease path and cannot be resolved by a stale reference.
|
|
633
|
+
let retired = [] as ReturnType<typeof session.retireUntouched>;
|
|
634
|
+
for (let index = 0; index < 9; index += 1) {
|
|
635
|
+
session.beginFrame();
|
|
636
|
+
retired = session.retireUntouched();
|
|
637
|
+
}
|
|
638
|
+
expect(retired).toHaveLength(1);
|
|
639
|
+
expect(session.resolveBuffer(first)).toBeUndefined();
|
|
640
|
+
expect(retired[0]?.release().ok).toBe(true);
|
|
641
|
+
expect(owner.dispose().ok).toBe(true);
|
|
642
|
+
});
|
|
360
643
|
});
|
|
@@ -2,10 +2,14 @@ import { ok } from '@forgeax/engine-types';
|
|
|
2
2
|
import { describe, expect, it, vi } from 'vitest';
|
|
3
3
|
import { createRenderFeatureHost, runRenderFeatureFrame } from '../features/host';
|
|
4
4
|
import {
|
|
5
|
+
cloneRenderFeaturePlanSignatureSnapshot,
|
|
5
6
|
deriveRenderFeaturePassAccess,
|
|
6
7
|
freezeRenderFeaturePlan,
|
|
7
8
|
type RenderFeaturePlan,
|
|
9
|
+
rememberRenderFeaturePlanSignature,
|
|
8
10
|
renderFeaturePlanSignature,
|
|
11
|
+
renderFeaturePlanSignatureEvidenceMatches,
|
|
12
|
+
renderFeaturePlanSignatureSnapshotEquals,
|
|
9
13
|
} from '../features/plan';
|
|
10
14
|
import type { RenderFeature } from '../features/types';
|
|
11
15
|
|
|
@@ -103,6 +107,33 @@ const plan = (data = new Uint32Array([1, 2, 3, 4])) =>
|
|
|
103
107
|
}) satisfies RenderFeaturePlan;
|
|
104
108
|
|
|
105
109
|
describe('RenderFeature plan authority', () => {
|
|
110
|
+
it('validates shadow draws without author-owned light targets and derives their buffer reads', () => {
|
|
111
|
+
const source = plan();
|
|
112
|
+
const raster = source.passes[1];
|
|
113
|
+
if (raster?.kind !== 'raster') throw new Error('Missing fixture draw');
|
|
114
|
+
const shadow: RenderFeaturePlan = {
|
|
115
|
+
resources: source.resources.map((resource) =>
|
|
116
|
+
resource.kind === 'graphics-program'
|
|
117
|
+
? {
|
|
118
|
+
...resource,
|
|
119
|
+
program: { ...resource.program, colorFormats: [], depthFormat: 'depth32float' },
|
|
120
|
+
}
|
|
121
|
+
: resource,
|
|
122
|
+
),
|
|
123
|
+
passes: [{ kind: 'shadow-caster', name: 'shadow', draws: raster.draws }],
|
|
124
|
+
};
|
|
125
|
+
expect(freezeRenderFeaturePlan('shadow', shadow).ok).toBe(true);
|
|
126
|
+
const shadowPass = shadow.passes[0];
|
|
127
|
+
if (shadowPass === undefined) throw new Error('Missing shadow fixture');
|
|
128
|
+
expect(deriveRenderFeaturePassAccess(shadow, shadowPass)).toEqual([
|
|
129
|
+
{ resource: 'particles', usage: 'vertex-read' },
|
|
130
|
+
{ resource: 'indirect', usage: 'indirect-read' },
|
|
131
|
+
]);
|
|
132
|
+
expect(
|
|
133
|
+
freezeRenderFeaturePlan('invalid-shadow', { ...shadow, resources: source.resources }).ok,
|
|
134
|
+
).toBe(false);
|
|
135
|
+
expect(renderFeaturePlanSignature(shadow)).not.toBe(renderFeaturePlanSignature(source));
|
|
136
|
+
});
|
|
106
137
|
it('derives compute and raster access from descriptors', () => {
|
|
107
138
|
const value = plan();
|
|
108
139
|
expect(deriveRenderFeaturePassAccess(value, value.passes[0] as never)).toEqual([
|
|
@@ -122,6 +153,217 @@ describe('RenderFeature plan authority', () => {
|
|
|
122
153
|
);
|
|
123
154
|
});
|
|
124
155
|
|
|
156
|
+
it('accounts typed-array signature work per feature without changing identity', () => {
|
|
157
|
+
const metrics = { calls: 0, typedArrayBytes: 0, outputChars: 0 };
|
|
158
|
+
const first = renderFeaturePlanSignature(plan(new Uint32Array([1, 2])), metrics);
|
|
159
|
+
const second = renderFeaturePlanSignature(plan(new Uint32Array([3, 4])), metrics);
|
|
160
|
+
expect(first).toBe(second);
|
|
161
|
+
// Buffer payloads stay out of the topology identity, but the detached
|
|
162
|
+
// accounting still reports the bytes examined on both validation calls.
|
|
163
|
+
expect(metrics).toMatchObject({ calls: 2, typedArrayBytes: 16 });
|
|
164
|
+
expect(metrics.outputChars).toBeGreaterThan(0);
|
|
165
|
+
});
|
|
166
|
+
|
|
167
|
+
it('keeps vertex and index payloads in the canonical producer signature', () => {
|
|
168
|
+
const vertex = (value: number): RenderFeaturePlan => ({
|
|
169
|
+
resources: [
|
|
170
|
+
{
|
|
171
|
+
kind: 'vertex-data',
|
|
172
|
+
name: 'vertices',
|
|
173
|
+
layout: 'position',
|
|
174
|
+
data: new Float32Array([value]),
|
|
175
|
+
},
|
|
176
|
+
],
|
|
177
|
+
passes: [],
|
|
178
|
+
});
|
|
179
|
+
const index = (value: number): RenderFeaturePlan => ({
|
|
180
|
+
resources: [
|
|
181
|
+
{
|
|
182
|
+
kind: 'index-data',
|
|
183
|
+
name: 'indices',
|
|
184
|
+
format: 'uint16',
|
|
185
|
+
data: new Uint16Array([value]),
|
|
186
|
+
},
|
|
187
|
+
],
|
|
188
|
+
passes: [],
|
|
189
|
+
});
|
|
190
|
+
expect(renderFeaturePlanSignature(vertex(1))).not.toBe(renderFeaturePlanSignature(vertex(2)));
|
|
191
|
+
expect(renderFeaturePlanSignature(index(1))).not.toBe(renderFeaturePlanSignature(index(2)));
|
|
192
|
+
});
|
|
193
|
+
|
|
194
|
+
it('encodes every inline payload byte exactly across views and slices', () => {
|
|
195
|
+
const bytes = new Uint8Array([0, 1, 2, 15, 16, 127, 128, 254, 255]);
|
|
196
|
+
const sliced = bytes.subarray(2, 8);
|
|
197
|
+
const shared = new Uint16Array(sliced.buffer, sliced.byteOffset, 3);
|
|
198
|
+
const vertex = (data: ArrayBufferView): RenderFeaturePlan => ({
|
|
199
|
+
resources: [{ kind: 'vertex-data', name: 'vertices', layout: 'position', data }],
|
|
200
|
+
passes: [],
|
|
201
|
+
});
|
|
202
|
+
expect(renderFeaturePlanSignature(vertex(sliced))).toBe(
|
|
203
|
+
renderFeaturePlanSignature(vertex(shared)),
|
|
204
|
+
);
|
|
205
|
+
const mutated = new Uint8Array(sliced);
|
|
206
|
+
const original = mutated[3];
|
|
207
|
+
if (original === undefined) throw new Error('Missing mutation byte');
|
|
208
|
+
mutated[3] = original ^ 0x01;
|
|
209
|
+
expect(renderFeaturePlanSignature(vertex(mutated))).not.toBe(
|
|
210
|
+
renderFeaturePlanSignature(vertex(sliced)),
|
|
211
|
+
);
|
|
212
|
+
expect(renderFeaturePlanSignature(vertex(new Uint8Array()))).not.toBe(
|
|
213
|
+
renderFeaturePlanSignature(vertex(new Uint8Array([0]))),
|
|
214
|
+
);
|
|
215
|
+
});
|
|
216
|
+
|
|
217
|
+
it('matches detached snapshots without treating buffer uploads as topology changes', () => {
|
|
218
|
+
const first = plan(new Uint32Array([1, 2]));
|
|
219
|
+
const snapshot = cloneRenderFeaturePlanSignatureSnapshot(first);
|
|
220
|
+
expect(renderFeaturePlanSignatureSnapshotEquals(plan(new Uint32Array([9, 8])), snapshot)).toBe(
|
|
221
|
+
true,
|
|
222
|
+
);
|
|
223
|
+
|
|
224
|
+
const vertex = {
|
|
225
|
+
resources: [
|
|
226
|
+
{
|
|
227
|
+
kind: 'vertex-data',
|
|
228
|
+
name: 'vertices',
|
|
229
|
+
layout: 'position',
|
|
230
|
+
data: new Float32Array([1]),
|
|
231
|
+
},
|
|
232
|
+
],
|
|
233
|
+
passes: [],
|
|
234
|
+
} satisfies RenderFeaturePlan;
|
|
235
|
+
const vertexSnapshot = cloneRenderFeaturePlanSignatureSnapshot(vertex);
|
|
236
|
+
(vertex.resources[0] as { data: Float32Array }).data[0] = 2;
|
|
237
|
+
expect(renderFeaturePlanSignatureSnapshotEquals(vertex, vertexSnapshot)).toBe(false);
|
|
238
|
+
});
|
|
239
|
+
|
|
240
|
+
it('shares unchanged detached subtrees across a changed plan revision', () => {
|
|
241
|
+
const first = plan();
|
|
242
|
+
const firstSnapshot = cloneRenderFeaturePlanSignatureSnapshot(first);
|
|
243
|
+
const changed: RenderFeaturePlan = {
|
|
244
|
+
resources: first.resources.map((resource, index) =>
|
|
245
|
+
index === 3 && resource.kind === 'buffer'
|
|
246
|
+
? { ...resource, size: resource.size + 16 }
|
|
247
|
+
: resource,
|
|
248
|
+
),
|
|
249
|
+
passes: first.passes.map((pass, index) =>
|
|
250
|
+
index === 0 && pass.kind === 'compute' ? { ...pass, name: 'simulate-next' } : pass,
|
|
251
|
+
),
|
|
252
|
+
};
|
|
253
|
+
|
|
254
|
+
const nextSnapshot = cloneRenderFeaturePlanSignatureSnapshot(changed, firstSnapshot);
|
|
255
|
+
expect(nextSnapshot).not.toBe(firstSnapshot);
|
|
256
|
+
expect(nextSnapshot.resources[0]).toBe(firstSnapshot.resources[0]);
|
|
257
|
+
expect(nextSnapshot.resources[1]).toBe(firstSnapshot.resources[1]);
|
|
258
|
+
expect(nextSnapshot.resources[2]).toBe(firstSnapshot.resources[2]);
|
|
259
|
+
expect(nextSnapshot.resources[3]).not.toBe(firstSnapshot.resources[3]);
|
|
260
|
+
expect(nextSnapshot.resources[4]).toBe(firstSnapshot.resources[4]);
|
|
261
|
+
expect(nextSnapshot.passes).not.toBe(firstSnapshot.passes);
|
|
262
|
+
if (nextSnapshot.passes.kind !== 'array' || firstSnapshot.passes.kind !== 'array') return;
|
|
263
|
+
expect(nextSnapshot.passes.values[1]).toBe(firstSnapshot.passes.values[1]);
|
|
264
|
+
expect(renderFeaturePlanSignatureSnapshotEquals(first, firstSnapshot)).toBe(true);
|
|
265
|
+
expect(renderFeaturePlanSignatureSnapshotEquals(changed, nextSnapshot)).toBe(true);
|
|
266
|
+
});
|
|
267
|
+
|
|
268
|
+
it('reuses the prior snapshot for buffer-upload-only changes', () => {
|
|
269
|
+
const first = plan(new Uint32Array([1, 2]));
|
|
270
|
+
const firstSnapshot = cloneRenderFeaturePlanSignatureSnapshot(first);
|
|
271
|
+
const nextSnapshot = cloneRenderFeaturePlanSignatureSnapshot(
|
|
272
|
+
plan(new Uint32Array([9, 8])),
|
|
273
|
+
firstSnapshot,
|
|
274
|
+
);
|
|
275
|
+
expect(nextSnapshot).toBe(firstSnapshot);
|
|
276
|
+
});
|
|
277
|
+
|
|
278
|
+
it('does not share changed inline payload bytes', () => {
|
|
279
|
+
const vertex = (value: number): RenderFeaturePlan => ({
|
|
280
|
+
resources: [
|
|
281
|
+
{
|
|
282
|
+
kind: 'vertex-data',
|
|
283
|
+
name: 'vertices',
|
|
284
|
+
layout: 'position',
|
|
285
|
+
data: new Float32Array([value]),
|
|
286
|
+
},
|
|
287
|
+
],
|
|
288
|
+
passes: [],
|
|
289
|
+
});
|
|
290
|
+
const first = vertex(1);
|
|
291
|
+
const firstSnapshot = cloneRenderFeaturePlanSignatureSnapshot(first);
|
|
292
|
+
const nextSnapshot = cloneRenderFeaturePlanSignatureSnapshot(vertex(2), firstSnapshot);
|
|
293
|
+
expect(nextSnapshot).not.toBe(firstSnapshot);
|
|
294
|
+
expect(nextSnapshot.resources[0]).not.toBe(firstSnapshot.resources[0]);
|
|
295
|
+
expect(renderFeaturePlanSignatureSnapshotEquals(vertex(2), nextSnapshot)).toBe(true);
|
|
296
|
+
expect(renderFeaturePlanSignatureSnapshotEquals(first, firstSnapshot)).toBe(true);
|
|
297
|
+
});
|
|
298
|
+
|
|
299
|
+
it('detects nested mutation after evidence is remembered', () => {
|
|
300
|
+
const value = {
|
|
301
|
+
resources: [
|
|
302
|
+
{
|
|
303
|
+
kind: 'vertex-data',
|
|
304
|
+
name: 'vertices',
|
|
305
|
+
layout: 'position',
|
|
306
|
+
data: new Float32Array([1]),
|
|
307
|
+
},
|
|
308
|
+
],
|
|
309
|
+
passes: [],
|
|
310
|
+
} satisfies RenderFeaturePlan;
|
|
311
|
+
const signature = renderFeaturePlanSignature(value);
|
|
312
|
+
const snapshot = cloneRenderFeaturePlanSignatureSnapshot(value);
|
|
313
|
+
rememberRenderFeaturePlanSignature(value, signature, snapshot);
|
|
314
|
+
expect(renderFeaturePlanSignatureEvidenceMatches(value, signature)).toBe(true);
|
|
315
|
+
(value.resources[0] as { data: Float32Array }).data[0] = 2;
|
|
316
|
+
expect(renderFeaturePlanSignatureEvidenceMatches(value, signature)).toBe(false);
|
|
317
|
+
});
|
|
318
|
+
|
|
319
|
+
it('records host cache hits separately from canonical signature calls', () => {
|
|
320
|
+
const feature: RenderFeature<undefined> = {
|
|
321
|
+
identity: 'synthetic.signature-cache',
|
|
322
|
+
extract: () => ok(undefined),
|
|
323
|
+
plan: () => ok({ resources: [], passes: [] }),
|
|
324
|
+
};
|
|
325
|
+
const host = createRenderFeatureHost([feature]);
|
|
326
|
+
expect(host.ok).toBe(true);
|
|
327
|
+
if (!host.ok || host.value.recordPlanSignature === undefined) return;
|
|
328
|
+
|
|
329
|
+
const empty: RenderFeaturePlan = { resources: [], passes: [] };
|
|
330
|
+
host.value.recordPlanSignature(feature.identity, empty);
|
|
331
|
+
host.value.recordPlanSignature(feature.identity, { resources: [], passes: [] });
|
|
332
|
+
expect(host.value.inspection?.().signatures).toMatchObject([
|
|
333
|
+
{ featureIdentity: feature.identity, calls: 1, cacheHits: 1, cacheMisses: 1 },
|
|
334
|
+
]);
|
|
335
|
+
});
|
|
336
|
+
|
|
337
|
+
it('does not request a graph revision for retired GPU leases that the candidate does not use', () => {
|
|
338
|
+
const feature: RenderFeature<undefined> = {
|
|
339
|
+
identity: 'synthetic.retired-gpu-lease',
|
|
340
|
+
extract: () => ok(undefined),
|
|
341
|
+
plan: () => ok({ resources: [], passes: [] }),
|
|
342
|
+
};
|
|
343
|
+
const host = createRenderFeatureHost([feature]);
|
|
344
|
+
expect(host.ok).toBe(true);
|
|
345
|
+
if (!host.ok) return;
|
|
346
|
+
const release = vi.fn(() => ok(undefined));
|
|
347
|
+
const gpuWork = {
|
|
348
|
+
beginFeature: () => ({
|
|
349
|
+
retireUntouched: () => [{ release }],
|
|
350
|
+
}),
|
|
351
|
+
} as never;
|
|
352
|
+
|
|
353
|
+
const result = runRenderFeatureFrame(host.value, {
|
|
354
|
+
worlds: [],
|
|
355
|
+
owner: 0,
|
|
356
|
+
frameNumber: 1,
|
|
357
|
+
generation: 1,
|
|
358
|
+
caps: {} as never,
|
|
359
|
+
gpuWork,
|
|
360
|
+
});
|
|
361
|
+
|
|
362
|
+
expect(result.errors).toEqual([]);
|
|
363
|
+
expect(result.preparedResourceBatches).toHaveLength(1);
|
|
364
|
+
expect(result.requiresPreparedResourceKey).toBe(false);
|
|
365
|
+
});
|
|
366
|
+
|
|
125
367
|
it('rejects descriptor references that do not exist', () => {
|
|
126
368
|
const invalid: RenderFeaturePlan = {
|
|
127
369
|
resources: [],
|
|
@@ -164,6 +406,9 @@ describe('RenderFeature plan authority', () => {
|
|
|
164
406
|
expect(result.plans).toHaveLength(1);
|
|
165
407
|
expect(result.plans[0]).not.toHaveProperty('execution');
|
|
166
408
|
expect(result.stageEvents.map((event) => event.stage)).toEqual(['extract', 'plan']);
|
|
409
|
+
expect(host.value.inspection?.().signatures).toMatchObject([
|
|
410
|
+
{ featureIdentity: 'synthetic.plan-only', calls: 1 },
|
|
411
|
+
]);
|
|
167
412
|
expect(prepare).not.toHaveBeenCalled();
|
|
168
413
|
expect(contribute).not.toHaveBeenCalled();
|
|
169
414
|
});
|