@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
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { describe, expect, it } from 'vitest';
|
|
2
2
|
import {
|
|
3
3
|
type MaterialShaderManifestEntry,
|
|
4
|
+
selectGpuDrivenSceneIndexVariant,
|
|
4
5
|
selectHdrpPbrPrewarmVariants,
|
|
5
6
|
selectProbePrewarmVariants,
|
|
6
7
|
selectStandardPbrTransmissionPrewarmVariants,
|
|
@@ -57,6 +58,16 @@ function transmissionVariant(definesKey: string, transmission: boolean) {
|
|
|
57
58
|
};
|
|
58
59
|
}
|
|
59
60
|
|
|
61
|
+
function coverageTransmissionVariant(definesKey: string, transmission: boolean) {
|
|
62
|
+
const base = transmissionVariant(definesKey, transmission);
|
|
63
|
+
return {
|
|
64
|
+
...base,
|
|
65
|
+
definesKey: `COVERAGE_ONLY=true+${definesKey}`,
|
|
66
|
+
defines: { ...base.defines, COVERAGE_ONLY: true },
|
|
67
|
+
composedWgsl: `coverage-${transmission}`,
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
|
|
60
71
|
function probeTransmissionVariant(definesKey: string, transmission: boolean) {
|
|
61
72
|
const base = transmissionVariant(definesKey, transmission);
|
|
62
73
|
return {
|
|
@@ -82,6 +93,18 @@ describe('Standard transmission exact-key prewarm selection', () => {
|
|
|
82
93
|
'TRANSMISSION_AVAILABLE=true',
|
|
83
94
|
);
|
|
84
95
|
});
|
|
96
|
+
|
|
97
|
+
it('keeps coverage-only variants out of the ordinary prewarm set', () => {
|
|
98
|
+
const entry = standardEntry([
|
|
99
|
+
coverageTransmissionVariant(falseKey, false),
|
|
100
|
+
transmissionVariant(falseKey, false),
|
|
101
|
+
coverageTransmissionVariant(trueKey, true),
|
|
102
|
+
transmissionVariant(trueKey, true),
|
|
103
|
+
]);
|
|
104
|
+
expect(
|
|
105
|
+
selectStandardPbrTransmissionPrewarmVariants(entry, true).map((item) => item.definesKey),
|
|
106
|
+
).toEqual([falseKey, trueKey]);
|
|
107
|
+
});
|
|
85
108
|
});
|
|
86
109
|
|
|
87
110
|
describe('HDRP PBR capability prewarm selection', () => {
|
|
@@ -170,3 +193,37 @@ describe('probe material module prewarm capability selection', () => {
|
|
|
170
193
|
expect(selected.map((candidate) => candidate.definesKey)).toEqual([goodKey]);
|
|
171
194
|
});
|
|
172
195
|
});
|
|
196
|
+
|
|
197
|
+
describe('GPU-driven scene-index prewarm capability selection', () => {
|
|
198
|
+
it('uses the non-reflection-fallback variant for the dedicated scene-index ABI', () => {
|
|
199
|
+
const makeVariant = (reflectionFallback: boolean) => {
|
|
200
|
+
const defines = {
|
|
201
|
+
CLUSTER_FORWARD_AVAILABLE: false,
|
|
202
|
+
DIRECTIONAL_PCSS_AVAILABLE: true,
|
|
203
|
+
EXTENDED_LIGHTING_AVAILABLE: true,
|
|
204
|
+
GPU_DRIVEN_SCENE_INDEX_AVAILABLE: true,
|
|
205
|
+
PROBE_BLEND_AVAILABLE: false,
|
|
206
|
+
PROJECTOR_AVAILABLE: true,
|
|
207
|
+
REFLECTION_FALLBACK_AVAILABLE: reflectionFallback,
|
|
208
|
+
STORAGE_BUFFER_AVAILABLE: true,
|
|
209
|
+
TRANSMISSION_AVAILABLE: false,
|
|
210
|
+
VERTEX_COLOR_AVAILABLE: false,
|
|
211
|
+
};
|
|
212
|
+
return {
|
|
213
|
+
defines,
|
|
214
|
+
definesKey: Object.entries(defines)
|
|
215
|
+
.sort(([a], [b]) => (a < b ? -1 : a > b ? 1 : 0))
|
|
216
|
+
.map(([name, value]) => `${name}=${value}`)
|
|
217
|
+
.join('+'),
|
|
218
|
+
composedWgsl: JSON.stringify(defines),
|
|
219
|
+
};
|
|
220
|
+
};
|
|
221
|
+
const selected = selectGpuDrivenSceneIndexVariant(
|
|
222
|
+
standardEntry([makeVariant(true), makeVariant(false)]),
|
|
223
|
+
true,
|
|
224
|
+
true,
|
|
225
|
+
true,
|
|
226
|
+
);
|
|
227
|
+
expect(selected?.defines.REFLECTION_FALLBACK_AVAILABLE).toBe(false);
|
|
228
|
+
});
|
|
229
|
+
});
|
|
@@ -27,6 +27,7 @@ import type {
|
|
|
27
27
|
RenderPipelineTopology,
|
|
28
28
|
} from '../render-pipeline';
|
|
29
29
|
import { resolveOutputDither } from '../render-pipeline';
|
|
30
|
+
import { admitSsrSpatial } from '../ssr/admission';
|
|
30
31
|
import { standardTemporalPostOrder } from '../temporal/standard-scene-data';
|
|
31
32
|
|
|
32
33
|
let device: RhiDevice;
|
|
@@ -178,10 +179,10 @@ function disabledDirectionalVolumeTopology(lightKind: 'point' | 'spot'): RenderP
|
|
|
178
179
|
}
|
|
179
180
|
|
|
180
181
|
function createImportedHistory(graph: RenderGraphBuilder<RenderPipelineFrame>) {
|
|
181
|
-
const target = (label: string) => {
|
|
182
|
+
const target = (label: string, format: 'rgba16float' | 'r8unorm' = 'rgba16float') => {
|
|
182
183
|
const texture = graph.importTexture(
|
|
183
184
|
label,
|
|
184
|
-
{ format
|
|
185
|
+
{ format, size: 'surface', usage: 0x17 },
|
|
185
186
|
(frame) => frame.currentTexture,
|
|
186
187
|
);
|
|
187
188
|
if (!texture.ok) throw texture.error;
|
|
@@ -190,7 +191,7 @@ function createImportedHistory(graph: RenderGraphBuilder<RenderPipelineFrame>) {
|
|
|
190
191
|
return {
|
|
191
192
|
texture: texture.value,
|
|
192
193
|
view: view.value,
|
|
193
|
-
format
|
|
194
|
+
format,
|
|
194
195
|
sampleCount: 1 as const,
|
|
195
196
|
};
|
|
196
197
|
};
|
|
@@ -199,12 +200,15 @@ function createImportedHistory(graph: RenderGraphBuilder<RenderPipelineFrame>) {
|
|
|
199
200
|
previousColor: target('taa-history-previous-color'),
|
|
200
201
|
currentTemporal: target('taa-history-current-temporal'),
|
|
201
202
|
previousTemporal: target('taa-history-previous-temporal'),
|
|
203
|
+
currentStability: target('taa-history-current-stability', 'r8unorm'),
|
|
204
|
+
previousStability: target('taa-history-previous-stability', 'r8unorm'),
|
|
202
205
|
};
|
|
203
206
|
}
|
|
204
207
|
|
|
205
208
|
describe('typed built-in pipeline topology', () => {
|
|
206
209
|
it('defaults final output dither on and accepts an asset-level opt-out', () => {
|
|
207
210
|
expect(resolveOutputDither(undefined)).toBe(true);
|
|
211
|
+
expect(resolveOutputDither({})).toBe(true);
|
|
208
212
|
expect(resolveOutputDither({ outputDither: true })).toBe(true);
|
|
209
213
|
expect(resolveOutputDither({ outputDither: false })).toBe(false);
|
|
210
214
|
});
|
|
@@ -466,6 +470,14 @@ describe('typed built-in pipeline topology', () => {
|
|
|
466
470
|
new URL('../render-graph-primitives.ts', import.meta.url),
|
|
467
471
|
'utf8',
|
|
468
472
|
);
|
|
473
|
+
const fxaaOwnerSource = readFileSync(
|
|
474
|
+
new URL('../record/skybox-post-pass.ts', import.meta.url),
|
|
475
|
+
'utf8',
|
|
476
|
+
);
|
|
477
|
+
const standardPostSource = readFileSync(
|
|
478
|
+
new URL('../pipeline/standard-post.ts', import.meta.url),
|
|
479
|
+
'utf8',
|
|
480
|
+
);
|
|
469
481
|
expect(typedSource).toContain(
|
|
470
482
|
'paramsOverride: options.paramsTransform(frame.postProcessParams.get(options.shader))',
|
|
471
483
|
);
|
|
@@ -474,6 +486,28 @@ describe('typed built-in pipeline topology', () => {
|
|
|
474
486
|
'const data = paramsOverride ?? ctx.postProcessParams.get(shader);',
|
|
475
487
|
);
|
|
476
488
|
expect(dispatcherSource).toContain('input.paramsOverride,');
|
|
489
|
+
expect(fxaaOwnerSource).toContain('paramsOverride?.byteLength === 16');
|
|
490
|
+
expect(fxaaOwnerSource).toContain(
|
|
491
|
+
'resolveOutputDither(c.frameState.installedPipelineConfig) ? 1 : 0',
|
|
492
|
+
);
|
|
493
|
+
expect(standardPostSource).toContain('paramsTransform: (): Uint8Array => new Uint8Array(16)');
|
|
494
|
+
expect(standardPostSource).toContain('dither: outputDither');
|
|
495
|
+
});
|
|
496
|
+
|
|
497
|
+
it('keeps the admitted LUT topology linear until the single encoding writer', () => {
|
|
498
|
+
const source = readFileSync(new URL('../pipeline/standard-post.ts', import.meta.url), 'utf8');
|
|
499
|
+
const tone = source.indexOf("name: 'standard-tone'");
|
|
500
|
+
const lut = source.indexOf("'standard-color-lut'");
|
|
501
|
+
const fxaa = source.indexOf("name: 'fxaa'");
|
|
502
|
+
const encoding = source.indexOf("name: 'standard-output-encoding'");
|
|
503
|
+
expect(tone).toBeGreaterThanOrEqual(0);
|
|
504
|
+
expect(lut).toBeGreaterThan(tone);
|
|
505
|
+
expect(fxaa).toBeGreaterThan(lut);
|
|
506
|
+
expect(encoding).toBeGreaterThan(fxaa);
|
|
507
|
+
expect(source).toContain("fragmentEntryPoint: 'fs_tone_only'");
|
|
508
|
+
expect(source).toContain("fragmentEntryPoint: 'fs_encode_only'");
|
|
509
|
+
expect(source).toContain("domain: 'linear-ldr'");
|
|
510
|
+
expect(source).toContain('{ dither: false }');
|
|
477
511
|
});
|
|
478
512
|
|
|
479
513
|
it('declares stable JSON-safe output and observation inspection facts', () => {
|
|
@@ -491,6 +525,7 @@ describe('typed built-in pipeline topology', () => {
|
|
|
491
525
|
]) {
|
|
492
526
|
expect(source).toContain(field);
|
|
493
527
|
}
|
|
528
|
+
expect(source).toContain('readonly output: RenderOutputInspection;');
|
|
494
529
|
expect(source).not.toContain('pixelPayload');
|
|
495
530
|
});
|
|
496
531
|
|
|
@@ -537,7 +572,7 @@ describe('typed built-in pipeline topology', () => {
|
|
|
537
572
|
expect.arrayContaining([
|
|
538
573
|
{ resource: 'gbuffer-normal-roughness', usage: 'sampled-read' },
|
|
539
574
|
{ resource: 'gbuffer-albedo-metallic', usage: 'sampled-read' },
|
|
540
|
-
{ resource: 'gbuffer-
|
|
575
|
+
{ resource: 'gbuffer-specular-response-ao', usage: 'sampled-read' },
|
|
541
576
|
{ resource: 'ssao-blurred', usage: 'sampled-read' },
|
|
542
577
|
{ resource: 'hdrp-scene-color', usage: 'color-attachment' },
|
|
543
578
|
]),
|
|
@@ -676,6 +711,76 @@ describe('typed built-in pipeline topology', () => {
|
|
|
676
711
|
);
|
|
677
712
|
});
|
|
678
713
|
|
|
714
|
+
it('feeds the SSR source-reactivity producer to final TAA without a second mask resource', () => {
|
|
715
|
+
const ssr = admitSsrSpatial({
|
|
716
|
+
camera: {
|
|
717
|
+
projection: 'perspective',
|
|
718
|
+
near: 0.1,
|
|
719
|
+
far: 100,
|
|
720
|
+
screenSpaceReflection: { maxDistance: 12, thickness: 0.2, maxRoughness: 0.65 },
|
|
721
|
+
},
|
|
722
|
+
environment: {
|
|
723
|
+
lane: 'deferred',
|
|
724
|
+
m0: { status: 'admitted' },
|
|
725
|
+
sceneInputs: true,
|
|
726
|
+
temporal: true,
|
|
727
|
+
reflectionFallback: true,
|
|
728
|
+
capabilities: {
|
|
729
|
+
compute: true,
|
|
730
|
+
storageTexture: true,
|
|
731
|
+
rgba16floatRenderable: true,
|
|
732
|
+
r32floatSampledStorage: true,
|
|
733
|
+
},
|
|
734
|
+
},
|
|
735
|
+
});
|
|
736
|
+
const compiled = compile(
|
|
737
|
+
standardPipeline,
|
|
738
|
+
topology('forgeax::standard', {
|
|
739
|
+
standardProfile: { ...DEFAULT_STANDARD_PROFILE, renderPath: 'deferred' },
|
|
740
|
+
camera: { tonemap: 'aces-filmic', antialias: 'taa', bloom: 'off' },
|
|
741
|
+
reflectionFallback: { enabled: true },
|
|
742
|
+
ssr,
|
|
743
|
+
}),
|
|
744
|
+
).unwrap();
|
|
745
|
+
const info = compiled.inspect();
|
|
746
|
+
expect(info.resources.filter((r) => r.label === 'ssr-hit-reactivity')).toHaveLength(1);
|
|
747
|
+
expect(info.passes.find((p) => p.name === 'ssr-trace')?.accesses).toContainEqual({
|
|
748
|
+
resource: 'ssr-hit-reactivity',
|
|
749
|
+
usage: 'storage-write',
|
|
750
|
+
});
|
|
751
|
+
expect(info.passes.find((p) => p.name === 'taa-resolve')?.accesses).toContainEqual({
|
|
752
|
+
resource: 'ssr-hit-reactivity',
|
|
753
|
+
usage: 'sampled-read',
|
|
754
|
+
});
|
|
755
|
+
const names = info.passes.map((p) => p.name);
|
|
756
|
+
expect(names.indexOf('ssr-trace')).toBeLessThan(names.indexOf('taa-resolve'));
|
|
757
|
+
});
|
|
758
|
+
|
|
759
|
+
it('pairs post-TAA Motion Blur color with resolved temporal coverage', () => {
|
|
760
|
+
const compiled = compile(
|
|
761
|
+
standardPipeline,
|
|
762
|
+
topology('forgeax::standard', {
|
|
763
|
+
camera: { tonemap: 'aces-filmic', antialias: 'taa', bloom: 'off' },
|
|
764
|
+
temporal: { taa: true, motionBlur: true },
|
|
765
|
+
}),
|
|
766
|
+
);
|
|
767
|
+
expect(compiled.ok).toBe(true);
|
|
768
|
+
if (!compiled.ok) return;
|
|
769
|
+
const accesses = compiled.value
|
|
770
|
+
.inspect()
|
|
771
|
+
.passes.find((pass) => pass.name === 'motion-blur')?.accesses;
|
|
772
|
+
expect(accesses).toEqual(
|
|
773
|
+
expect.arrayContaining([
|
|
774
|
+
{ resource: 'taa-history-current-color', usage: 'sampled-read' },
|
|
775
|
+
{ resource: 'taa-history-current-temporal', usage: 'sampled-read' },
|
|
776
|
+
]),
|
|
777
|
+
);
|
|
778
|
+
expect(accesses).not.toContainEqual({
|
|
779
|
+
resource: 'standard-scene-temporal',
|
|
780
|
+
usage: 'sampled-read',
|
|
781
|
+
});
|
|
782
|
+
});
|
|
783
|
+
|
|
679
784
|
it('fails closed when TAA history imports are missing', () => {
|
|
680
785
|
const graph = new RenderGraphBuilder<RenderPipelineFrame>();
|
|
681
786
|
const standardLighting = zeroStandardLighting({ compute: true, storageBuffer: true });
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
import { RenderGraphBuilder } from '@forgeax/engine-render-graph';
|
|
2
|
+
import type { RhiDevice } from '@forgeax/engine-rhi';
|
|
3
|
+
import { rhi } from '@forgeax/engine-rhi-null';
|
|
4
|
+
import type { PassSelector } from '@forgeax/engine-types';
|
|
5
|
+
import { describe, expect, it, vi } from 'vitest';
|
|
6
|
+
import type { RenderPipelineFrame } from '../render-pipeline';
|
|
7
|
+
import { createRenderPipelineTarget } from '../render-pipeline';
|
|
8
|
+
|
|
9
|
+
const { encodeMainPass, buildPerFrameBindGroups } = vi.hoisted(() => ({
|
|
10
|
+
encodeMainPass: vi.fn(),
|
|
11
|
+
buildPerFrameBindGroups: vi.fn(),
|
|
12
|
+
}));
|
|
13
|
+
|
|
14
|
+
vi.mock('../record/main-pass', () => ({ encodeMainPass }));
|
|
15
|
+
vi.mock('../record/frame-lighting', () => ({ buildPerFrameBindGroups }));
|
|
16
|
+
|
|
17
|
+
import { addTypedScenePass } from '../typed-render-graph-primitives';
|
|
18
|
+
|
|
19
|
+
function targetDescriptor(format: 'rgba8unorm' | 'depth24plus-stencil8') {
|
|
20
|
+
return { format, size: { width: 1, height: 1 } };
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
function frameFor(device: RhiDevice, materialSlots: readonly object[]): RenderPipelineFrame {
|
|
24
|
+
return {
|
|
25
|
+
encoder: device.createCommandEncoder({ label: 'material-cache-test' }).unwrap(),
|
|
26
|
+
runtime: {
|
|
27
|
+
device,
|
|
28
|
+
errorRegistry: { fire: vi.fn() },
|
|
29
|
+
},
|
|
30
|
+
frameState: {},
|
|
31
|
+
pipelineState: { colorAttachmentFormat: 'rgba8unorm' },
|
|
32
|
+
validated: [],
|
|
33
|
+
validatedOrdered: [],
|
|
34
|
+
materialSlots,
|
|
35
|
+
materialSlotCount: materialSlots.length,
|
|
36
|
+
bindGroupCounts: {},
|
|
37
|
+
} as unknown as RenderPipelineFrame;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
describe('typed scene pass material payload cache', () => {
|
|
41
|
+
it('reuses one frame owner cache across scene passes and refreshes on a new frame', async () => {
|
|
42
|
+
const adapter = (await rhi.requestAdapter()).unwrap();
|
|
43
|
+
const device = (await adapter.requestDevice()).unwrap();
|
|
44
|
+
buildPerFrameBindGroups.mockReturnValue({
|
|
45
|
+
viewBindGroup: null,
|
|
46
|
+
meshBindGroup: null,
|
|
47
|
+
hdrpClusterBindGroup: null,
|
|
48
|
+
hdrpClusterMembershipBindGroup: null,
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
const materialA = [{ id: 'A' }];
|
|
52
|
+
const materialB = [{ id: 'B' }];
|
|
53
|
+
const payloadA = new Uint8Array([1]);
|
|
54
|
+
const payloadB = new Uint8Array([2]);
|
|
55
|
+
const seenCacheInputs: Array<unknown> = [];
|
|
56
|
+
encodeMainPass.mockImplementation(
|
|
57
|
+
(
|
|
58
|
+
context: {
|
|
59
|
+
materialSlots: readonly object[];
|
|
60
|
+
materialSlotCount: number;
|
|
61
|
+
materialUboPayloadCache?: {
|
|
62
|
+
materialSlots: readonly object[];
|
|
63
|
+
materialSlotCount: number;
|
|
64
|
+
payload: Uint8Array;
|
|
65
|
+
};
|
|
66
|
+
},
|
|
67
|
+
_pass: { end(): void },
|
|
68
|
+
) => {
|
|
69
|
+
seenCacheInputs.push(context.materialUboPayloadCache);
|
|
70
|
+
const payload = context.materialSlots === materialA ? payloadA : payloadB;
|
|
71
|
+
if (
|
|
72
|
+
context.materialUboPayloadCache?.materialSlots !== context.materialSlots ||
|
|
73
|
+
context.materialUboPayloadCache?.materialSlotCount !== context.materialSlotCount
|
|
74
|
+
) {
|
|
75
|
+
context.materialUboPayloadCache = {
|
|
76
|
+
materialSlots: context.materialSlots,
|
|
77
|
+
materialSlotCount: context.materialSlotCount,
|
|
78
|
+
payload,
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
);
|
|
83
|
+
|
|
84
|
+
const graph = new RenderGraphBuilder<RenderPipelineFrame>();
|
|
85
|
+
const color = createRenderPipelineTarget(
|
|
86
|
+
graph,
|
|
87
|
+
'material-cache-color',
|
|
88
|
+
targetDescriptor('rgba8unorm'),
|
|
89
|
+
).unwrap();
|
|
90
|
+
const depth = createRenderPipelineTarget(
|
|
91
|
+
graph,
|
|
92
|
+
'material-cache-depth',
|
|
93
|
+
targetDescriptor('depth24plus-stencil8'),
|
|
94
|
+
).unwrap();
|
|
95
|
+
const options = {
|
|
96
|
+
name: 'material-cache-scene',
|
|
97
|
+
color,
|
|
98
|
+
depth,
|
|
99
|
+
selector: {} as PassSelector,
|
|
100
|
+
};
|
|
101
|
+
expect(addTypedScenePass(graph, options).ok).toBe(true);
|
|
102
|
+
expect(addTypedScenePass(graph, { ...options, name: 'material-cache-scene-2' }).ok).toBe(true);
|
|
103
|
+
const compiled = graph.compile({ device, surfaceSize: { width: 1, height: 1 } }).unwrap();
|
|
104
|
+
|
|
105
|
+
const firstFrame = frameFor(device, materialA);
|
|
106
|
+
const firstExecution = compiled.execute(firstFrame);
|
|
107
|
+
expect(firstExecution.ok).toBe(true);
|
|
108
|
+
expect(encodeMainPass).toHaveBeenCalledTimes(2);
|
|
109
|
+
expect(seenCacheInputs).toEqual([undefined, expect.objectContaining({ payload: payloadA })]);
|
|
110
|
+
const firstCache = (firstFrame as unknown as { materialUboPayloadCache?: unknown })
|
|
111
|
+
.materialUboPayloadCache;
|
|
112
|
+
expect(seenCacheInputs[1]).toBe(firstCache);
|
|
113
|
+
expect((firstCache as { payload: Uint8Array }).payload).toBe(payloadA);
|
|
114
|
+
|
|
115
|
+
encodeMainPass.mockClear();
|
|
116
|
+
seenCacheInputs.length = 0;
|
|
117
|
+
const nextFrame = frameFor(device, materialB);
|
|
118
|
+
const nextExecution = compiled.execute(nextFrame);
|
|
119
|
+
expect(nextExecution.ok).toBe(true);
|
|
120
|
+
expect(seenCacheInputs).toEqual([undefined, expect.objectContaining({ payload: payloadB })]);
|
|
121
|
+
const nextCache = (nextFrame as unknown as { materialUboPayloadCache?: unknown })
|
|
122
|
+
.materialUboPayloadCache;
|
|
123
|
+
expect(seenCacheInputs[1]).toBe(nextCache);
|
|
124
|
+
expect((nextCache as { payload: Uint8Array }).payload).toBe(payloadB);
|
|
125
|
+
});
|
|
126
|
+
});
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { DEFAULT_VERTEX_ATTRIBUTE_MAP, deriveVertexBufferLayout } from '@forgeax/engine-geometry';
|
|
2
|
+
import { describe, expect, it } from 'vitest';
|
|
3
|
+
import {
|
|
4
|
+
BILLBOARD_MATERIAL_INSTANCE_VERTEX_BUFFERS,
|
|
5
|
+
MESH_GEOMETRY_MATERIAL_INSTANCE_VERTEX_BUFFERS,
|
|
6
|
+
POSITION_SIZE_COLOR_INSTANCE_VERTEX_BUFFERS,
|
|
7
|
+
TOPOLOGY_SEGMENT_INSTANCE_VERTEX_BUFFERS,
|
|
8
|
+
toGpuVertexBufferLayouts,
|
|
9
|
+
} from '../assembly/webgpu-vertex-layouts';
|
|
10
|
+
|
|
11
|
+
const FLOAT32_COMPONENT_COUNT = {
|
|
12
|
+
float32x2: 2,
|
|
13
|
+
float32x3: 3,
|
|
14
|
+
float32x4: 4,
|
|
15
|
+
} as const;
|
|
16
|
+
|
|
17
|
+
describe('prepared feature vertex layout SSOT', () => {
|
|
18
|
+
it('derives the mesh vertex stream from geometry layout ownership', () => {
|
|
19
|
+
const [expected] = toGpuVertexBufferLayouts(
|
|
20
|
+
deriveVertexBufferLayout(DEFAULT_VERTEX_ATTRIBUTE_MAP),
|
|
21
|
+
);
|
|
22
|
+
const [actual] = MESH_GEOMETRY_MATERIAL_INSTANCE_VERTEX_BUFFERS;
|
|
23
|
+
|
|
24
|
+
expect(actual).toEqual({ ...expected, stepMode: 'vertex' });
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
it.each([
|
|
28
|
+
['position-size-color', POSITION_SIZE_COLOR_INSTANCE_VERTEX_BUFFERS],
|
|
29
|
+
['billboard-material', BILLBOARD_MATERIAL_INSTANCE_VERTEX_BUFFERS],
|
|
30
|
+
['topology-segment', TOPOLOGY_SEGMENT_INSTANCE_VERTEX_BUFFERS],
|
|
31
|
+
['mesh-material-instance', [MESH_GEOMETRY_MATERIAL_INSTANCE_VERTEX_BUFFERS[1]]],
|
|
32
|
+
] as const)('%s derives stride from its declared attributes', (_name, buffers) => {
|
|
33
|
+
for (const buffer of buffers) {
|
|
34
|
+
if (buffer === undefined) {
|
|
35
|
+
throw new Error('vertex layout fixture is missing its buffer declaration');
|
|
36
|
+
}
|
|
37
|
+
const end = Math.max(
|
|
38
|
+
...buffer.attributes.map(
|
|
39
|
+
(attribute) =>
|
|
40
|
+
attribute.offset +
|
|
41
|
+
FLOAT32_COMPONENT_COUNT[attribute.format as keyof typeof FLOAT32_COMPONENT_COUNT] * 4,
|
|
42
|
+
),
|
|
43
|
+
);
|
|
44
|
+
expect(buffer.arrayStride).toBe(end);
|
|
45
|
+
}
|
|
46
|
+
});
|
|
47
|
+
});
|
|
@@ -11,6 +11,12 @@ import { RenderScene } from '../scene/render-scene';
|
|
|
11
11
|
|
|
12
12
|
const ENTITY_COUNT = 10_000;
|
|
13
13
|
const SAMPLE_COUNT = 101;
|
|
14
|
+
const LIGHTWEIGHT_RENDER_SCENE_PERF = process.env.FORGEAX_RENDER_PERF_LIGHTWEIGHT === '1';
|
|
15
|
+
// The full 100k scene remains the local/nightly scaling check. CI keeps the
|
|
16
|
+
// same delta/no-change assertions at a bounded 10k population so a standard
|
|
17
|
+
// runner does not spend its memory budget constructing a second large graph.
|
|
18
|
+
const RENDER_SCENE_ENTITY_COUNT = LIGHTWEIGHT_RENDER_SCENE_PERF ? 10_000 : 100_000;
|
|
19
|
+
const RENDER_SCENE_DELTA_COUNT = LIGHTWEIGHT_RENDER_SCENE_PERF ? 1_000 : 10_000;
|
|
14
20
|
|
|
15
21
|
const sceneMaterial = {} as MaterialSnapshot;
|
|
16
22
|
|
|
@@ -88,7 +94,7 @@ function measureWorlds(worlds: readonly World[]): number[] {
|
|
|
88
94
|
return measureWorldSamples(worlds).map((values) => median(values));
|
|
89
95
|
}
|
|
90
96
|
|
|
91
|
-
describe(
|
|
97
|
+
describe(`visibility extraction performance (10k + RenderScene ${RENDER_SCENE_ENTITY_COUNT / 1_000}k)`, () => {
|
|
92
98
|
it('keeps inherited hierarchy extraction within the 10 percent budget', () => {
|
|
93
99
|
const flat = buildWorld(false, false);
|
|
94
100
|
const hierarchy = buildWorld(false, true);
|
|
@@ -104,27 +110,33 @@ describe('visibility extraction performance (10k)', () => {
|
|
|
104
110
|
expect(overhead).toBeLessThanOrEqual(0.1);
|
|
105
111
|
}, 60_000);
|
|
106
112
|
|
|
107
|
-
it(
|
|
113
|
+
it(`keeps RenderScene delta and no-change evidence on the ${RENDER_SCENE_ENTITY_COUNT / 1_000}k workload`, () => {
|
|
108
114
|
const scene = new RenderScene();
|
|
109
|
-
scene.reset(
|
|
115
|
+
scene.reset(
|
|
116
|
+
Array.from({ length: RENDER_SCENE_ENTITY_COUNT }, (_, entityKey) => sceneSnapshot(entityKey)),
|
|
117
|
+
);
|
|
110
118
|
const stable = scene.materialize();
|
|
111
119
|
const noChange = scene.apply([]);
|
|
112
120
|
const delta = scene.apply(
|
|
113
|
-
Array.from({ length:
|
|
121
|
+
Array.from({ length: RENDER_SCENE_DELTA_COUNT }, (_, entityKey) => {
|
|
114
122
|
const previous = stable[entityKey];
|
|
115
123
|
const world =
|
|
116
124
|
previous === undefined
|
|
117
125
|
? new Float32Array(16)
|
|
118
126
|
: new Float32Array(previous.transform.world);
|
|
119
127
|
world[12] = (world[12] ?? 0) + 1;
|
|
120
|
-
return { kind: 'update
|
|
128
|
+
return { kind: 'update' as const, worldId: 0, entityKey, world };
|
|
121
129
|
}),
|
|
122
130
|
);
|
|
123
131
|
|
|
124
132
|
expect(noChange).toMatchObject({ updated: 0, resynced: 0 });
|
|
125
|
-
expect(delta).toMatchObject({ updated:
|
|
126
|
-
expect(scene.inspect()).toMatchObject({ renderableScans:
|
|
127
|
-
|
|
133
|
+
expect(delta).toMatchObject({ updated: RENDER_SCENE_DELTA_COUNT, resynced: 0 });
|
|
134
|
+
expect(scene.inspect()).toMatchObject({ renderableScans: RENDER_SCENE_DELTA_COUNT });
|
|
135
|
+
// Transform-only updates patch the retained snapshot in place so the
|
|
136
|
+
// unified scene flow does not allocate a second large publication.
|
|
137
|
+
expect(scene.materialize()).toBe(stable);
|
|
138
|
+
expect(stable[0]?.transform.world[12]).toBe(1);
|
|
139
|
+
expect(stable[RENDER_SCENE_DELTA_COUNT - 1]?.transform.world[12]).toBe(1_000);
|
|
128
140
|
expect(scene.querySpatial({ min: [-1, -1, -1], max: [1, 1, 1] }).length).toBeGreaterThan(0);
|
|
129
141
|
}, 60_000);
|
|
130
142
|
});
|
|
@@ -6,17 +6,23 @@ import { Instances } from '../components/instances';
|
|
|
6
6
|
import { MeshFilter } from '../components/mesh-filter';
|
|
7
7
|
import { MeshRenderer } from '../components/mesh-renderer';
|
|
8
8
|
import { Visibility, VisibilityStateValue } from '../components/visibility';
|
|
9
|
+
import { InstanceCollectionStore } from '../instances';
|
|
9
10
|
import { extractFrames } from '../render-system-extract';
|
|
10
11
|
|
|
11
12
|
const IDENTITY = new Float32Array([1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1]);
|
|
12
13
|
|
|
13
|
-
function spawnInstance(
|
|
14
|
+
function spawnInstance(
|
|
15
|
+
world: World,
|
|
16
|
+
instanceCollections: InstanceCollectionStore,
|
|
17
|
+
state: keyof typeof VisibilityStateValue,
|
|
18
|
+
) {
|
|
19
|
+
const collectionId = instanceCollections.create({ transforms: IDENTITY }).unwrap().collectionId;
|
|
14
20
|
return world
|
|
15
21
|
.spawn(
|
|
16
22
|
{ component: Transform, data: {} },
|
|
17
23
|
{ component: MeshFilter, data: { assetHandle: HANDLE_CUBE } },
|
|
18
24
|
{ component: MeshRenderer, data: {} },
|
|
19
|
-
{ component: Instances, data: {
|
|
25
|
+
{ component: Instances, data: { collectionId } },
|
|
20
26
|
{ component: Visibility, data: { state: VisibilityStateValue[state] } },
|
|
21
27
|
)
|
|
22
28
|
.unwrap();
|
|
@@ -25,9 +31,12 @@ function spawnInstance(world: World, state: keyof typeof VisibilityStateValue) {
|
|
|
25
31
|
describe('visibility instance producer gate', () => {
|
|
26
32
|
it('gates an explicit Instances owner before producing a renderable', () => {
|
|
27
33
|
const world = new World();
|
|
28
|
-
const
|
|
34
|
+
const instanceCollections = new InstanceCollectionStore();
|
|
35
|
+
const entity = spawnInstance(world, instanceCollections, 'hidden');
|
|
29
36
|
|
|
30
|
-
const frame = extractFrames([world], 0
|
|
37
|
+
const frame = extractFrames([world], 0, undefined, undefined, undefined, {
|
|
38
|
+
instanceCollections,
|
|
39
|
+
});
|
|
31
40
|
|
|
32
41
|
expect(frame.renderables.some((item) => item.entityKey === entity)).toBe(false);
|
|
33
42
|
expect(frame.dispatch.some((item) => item.entityIndex === 0)).toBe(false);
|
|
@@ -35,10 +44,13 @@ describe('visibility instance producer gate', () => {
|
|
|
35
44
|
|
|
36
45
|
it('keeps visible members of a mixed batch independent from hidden members', () => {
|
|
37
46
|
const world = new World();
|
|
38
|
-
|
|
39
|
-
|
|
47
|
+
const instanceCollections = new InstanceCollectionStore();
|
|
48
|
+
spawnInstance(world, instanceCollections, 'hidden');
|
|
49
|
+
const visible = spawnInstance(world, instanceCollections, 'visible');
|
|
40
50
|
|
|
41
|
-
const frame = extractFrames([world], 0
|
|
51
|
+
const frame = extractFrames([world], 0, undefined, undefined, undefined, {
|
|
52
|
+
instanceCollections,
|
|
53
|
+
});
|
|
42
54
|
|
|
43
55
|
expect(frame.renderables.map((item) => item.entityKey)).toEqual([visible]);
|
|
44
56
|
expect(frame.dispatch.length).toBe(2);
|
|
@@ -11,6 +11,7 @@ import { SpriteInstances } from '../components/sprite-instances';
|
|
|
11
11
|
import { TileLayer } from '../components/tile-layer';
|
|
12
12
|
import { Tilemap } from '../components/tilemap';
|
|
13
13
|
import { Visibility, VisibilityStateValue } from '../components/visibility';
|
|
14
|
+
import { InstanceCollectionStore } from '../instances';
|
|
14
15
|
import { extractFrames } from '../render-system-extract';
|
|
15
16
|
import { classifySceneDataCoverage } from '../temporal/coverage';
|
|
16
17
|
import { tilemapChunkExtractSystem } from '../tilemap-chunk-extract-system';
|
|
@@ -19,7 +20,7 @@ const IDENTITY = new Float32Array([1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0,
|
|
|
19
20
|
|
|
20
21
|
type ProducerCase = {
|
|
21
22
|
readonly name: string;
|
|
22
|
-
readonly setup: (world: World) => EntityHandle;
|
|
23
|
+
readonly setup: (world: World, instanceCollections: InstanceCollectionStore) => EntityHandle;
|
|
23
24
|
};
|
|
24
25
|
|
|
25
26
|
function staticMesh(world: World): EntityHandle {
|
|
@@ -60,25 +61,33 @@ function spriteMesh(world: World): EntityHandle {
|
|
|
60
61
|
.unwrap();
|
|
61
62
|
}
|
|
62
63
|
|
|
63
|
-
function autoFoldInstances(
|
|
64
|
+
function autoFoldInstances(
|
|
65
|
+
world: World,
|
|
66
|
+
instanceCollections: InstanceCollectionStore,
|
|
67
|
+
): EntityHandle {
|
|
68
|
+
const collectionId = instanceCollections.create({ transforms: IDENTITY }).unwrap().collectionId;
|
|
64
69
|
return world
|
|
65
70
|
.spawn(
|
|
66
71
|
{ component: Transform, data: {} },
|
|
67
72
|
{ component: MeshFilter, data: { assetHandle: HANDLE_CUBE } },
|
|
68
73
|
{ component: MeshRenderer, data: {} },
|
|
69
|
-
{ component: Instances, data: {
|
|
74
|
+
{ component: Instances, data: { collectionId } },
|
|
70
75
|
{ component: Visibility, data: { state: VisibilityStateValue.hidden } },
|
|
71
76
|
)
|
|
72
77
|
.unwrap();
|
|
73
78
|
}
|
|
74
79
|
|
|
75
|
-
function explicitInstances(
|
|
80
|
+
function explicitInstances(
|
|
81
|
+
world: World,
|
|
82
|
+
instanceCollections: InstanceCollectionStore,
|
|
83
|
+
): EntityHandle {
|
|
84
|
+
const collectionId = instanceCollections.create({ transforms: IDENTITY }).unwrap().collectionId;
|
|
76
85
|
return world
|
|
77
86
|
.spawn(
|
|
78
87
|
{ component: Transform, data: {} },
|
|
79
88
|
{ component: MeshFilter, data: { assetHandle: HANDLE_CUBE } },
|
|
80
89
|
{ component: MeshRenderer, data: {} },
|
|
81
|
-
{ component: Instances, data: {
|
|
90
|
+
{ component: Instances, data: { collectionId } },
|
|
82
91
|
{ component: Visibility, data: { state: VisibilityStateValue.hidden } },
|
|
83
92
|
)
|
|
84
93
|
.unwrap();
|
|
@@ -132,18 +141,20 @@ describe('visibility built-in producer matrix', () => {
|
|
|
132
141
|
|
|
133
142
|
it.each(PRODUCERS)('$name is hidden, visible, then restorable', ({ setup }) => {
|
|
134
143
|
const world = new World();
|
|
135
|
-
const
|
|
144
|
+
const instanceCollections = new InstanceCollectionStore();
|
|
145
|
+
const entity = setup(world, instanceCollections);
|
|
136
146
|
|
|
137
|
-
const
|
|
147
|
+
const options = { instanceCollections };
|
|
148
|
+
const hidden = extractFrames([world], 0, undefined, undefined, undefined, options);
|
|
138
149
|
expect(hidden.renderables).toHaveLength(0);
|
|
139
150
|
expect(hidden.dispatch).toHaveLength(0);
|
|
140
151
|
|
|
141
152
|
world.set(entity, Visibility, { state: VisibilityStateValue.visible }).unwrap();
|
|
142
|
-
const visible = extractFrames([world], 0);
|
|
153
|
+
const visible = extractFrames([world], 0, undefined, undefined, undefined, options);
|
|
143
154
|
expect(visible.visibilitySnapshots[0]?.get(entity)?.effective).toBe('visible');
|
|
144
155
|
|
|
145
156
|
world.set(entity, Visibility, { state: VisibilityStateValue.hidden }).unwrap();
|
|
146
|
-
const restored = extractFrames([world], 0);
|
|
157
|
+
const restored = extractFrames([world], 0, undefined, undefined, undefined, options);
|
|
147
158
|
expect(restored.renderables).toHaveLength(0);
|
|
148
159
|
expect(restored.dispatch).toHaveLength(0);
|
|
149
160
|
});
|