@forgeax/engine-render 0.1.7 → 0.1.19
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 +140 -2
- package/dist/.tsbuildinfo +1 -1
- package/dist/assembly/backend-contract.d.ts +12 -0
- package/dist/assembly/backend-contract.d.ts.map +1 -1
- package/dist/assembly/factory.d.ts +12 -2
- package/dist/assembly/factory.d.ts.map +1 -1
- package/dist/assembly/host-contract.d.ts +4 -0
- package/dist/assembly/host-contract.d.ts.map +1 -1
- package/dist/assembly/renderer-frame-transaction.d.ts +39 -0
- package/dist/assembly/renderer-frame-transaction.d.ts.map +1 -0
- package/dist/assembly/renderer-inspection.d.ts +22 -0
- package/dist/assembly/renderer-inspection.d.ts.map +1 -0
- package/dist/assembly/renderer-lifecycle.d.ts +4 -0
- package/dist/assembly/renderer-lifecycle.d.ts.map +1 -0
- package/dist/authoring.mjs +4 -2
- package/dist/authoring.mjs.map +1 -1
- package/dist/chunk-FJ6P52EE.mjs +46 -0
- package/dist/chunk-FJ6P52EE.mjs.map +1 -0
- package/dist/chunk-IPXCABEP.mjs +73 -0
- package/dist/chunk-IPXCABEP.mjs.map +1 -0
- package/dist/chunk-JDWARUOI.mjs +44 -0
- package/dist/chunk-JDWARUOI.mjs.map +1 -0
- package/dist/{chunk-YEJIUW7D.mjs → chunk-LOSO4CTV.mjs} +296 -547
- package/dist/chunk-LOSO4CTV.mjs.map +1 -0
- package/dist/chunk-PCHBPYML.mjs +385 -0
- package/dist/chunk-PCHBPYML.mjs.map +1 -0
- package/dist/chunk-RJRUS55L.mjs +9323 -0
- package/dist/chunk-RJRUS55L.mjs.map +1 -0
- package/dist/chunk-RXZ3RGOU.mjs +53 -0
- package/dist/chunk-RXZ3RGOU.mjs.map +1 -0
- package/dist/{chunk-CQXZC5XI.mjs → chunk-VFPLTKCU.mjs} +79 -69
- package/dist/chunk-VFPLTKCU.mjs.map +1 -0
- package/dist/chunk-YTQ5C7YQ.mjs +584 -0
- package/dist/chunk-YTQ5C7YQ.mjs.map +1 -0
- package/dist/components/atmosphere.d.ts +9 -0
- package/dist/components/atmosphere.d.ts.map +1 -0
- package/dist/components/camera.d.ts +2 -1
- package/dist/components/camera.d.ts.map +1 -1
- package/dist/components/fog.d.ts +8 -0
- package/dist/components/fog.d.ts.map +1 -0
- package/dist/components/index.d.ts +3 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/motion-blur.d.ts +7 -0
- package/dist/components/motion-blur.d.ts.map +1 -0
- package/dist/construct-renderer.d.ts +2 -2
- package/dist/construct-renderer.d.ts.map +1 -1
- package/dist/construct-renderer.mjs +10914 -16392
- package/dist/construct-renderer.mjs.map +1 -1
- package/dist/device/device-scope.d.ts +4 -0
- package/dist/device/device-scope.d.ts.map +1 -1
- package/dist/environment/frame.d.ts +60 -0
- package/dist/environment/frame.d.ts.map +1 -0
- package/dist/environment/generation.d.ts +21 -0
- package/dist/environment/generation.d.ts.map +1 -0
- package/dist/environment/graph.d.ts +4 -0
- package/dist/environment/graph.d.ts.map +1 -0
- package/dist/environment/inspection.d.ts +48 -0
- package/dist/environment/inspection.d.ts.map +1 -0
- package/dist/environment/lifecycle.d.ts +39 -0
- package/dist/environment/lifecycle.d.ts.map +1 -0
- package/dist/environment/signature.d.ts +25 -0
- package/dist/environment/signature.d.ts.map +1 -0
- package/dist/errors/render.d.ts +136 -1
- package/dist/errors/render.d.ts.map +1 -1
- package/dist/extract/camera.d.ts +5 -0
- package/dist/extract/camera.d.ts.map +1 -0
- package/dist/extract/environment.d.ts +74 -0
- package/dist/extract/environment.d.ts.map +1 -0
- package/dist/extract/visibility.d.ts +1 -1
- package/dist/extract/visibility.d.ts.map +1 -1
- package/dist/features/host.d.ts +9 -2
- package/dist/features/host.d.ts.map +1 -1
- package/dist/features/motion-blur/motion-blur-feature.d.ts +16 -0
- package/dist/features/motion-blur/motion-blur-feature.d.ts.map +1 -0
- package/dist/features/motion-blur/motion-blur-params.d.ts +25 -0
- package/dist/features/motion-blur/motion-blur-params.d.ts.map +1 -0
- package/dist/features/plan.d.ts +17 -2
- package/dist/features/plan.d.ts.map +1 -1
- package/dist/features/prepared-gpu-work.d.ts +3 -1
- package/dist/features/prepared-gpu-work.d.ts.map +1 -1
- package/dist/features/prepared-graphics.d.ts +2 -1
- package/dist/features/prepared-graphics.d.ts.map +1 -1
- package/dist/features/render-graph-raster.d.ts +2 -1
- package/dist/features/render-graph-raster.d.ts.map +1 -1
- package/dist/features/targets.d.ts +3 -0
- package/dist/features/targets.d.ts.map +1 -1
- package/dist/features/types.d.ts +12 -0
- package/dist/features/types.d.ts.map +1 -1
- package/dist/fullscreen-post-process-pass.d.ts +7 -1
- package/dist/fullscreen-post-process-pass.d.ts.map +1 -1
- package/dist/gpu-scene.d.ts +2 -0
- package/dist/gpu-scene.d.ts.map +1 -1
- package/dist/ibl/skylight-bind-group.d.ts +5 -6
- package/dist/ibl/skylight-bind-group.d.ts.map +1 -1
- package/dist/index.d.ts +17 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +6 -4
- package/dist/index.mjs.map +1 -1
- package/dist/inspection-types.d.ts +43 -1
- package/dist/inspection-types.d.ts.map +1 -1
- package/dist/internal.d.ts +2 -0
- package/dist/internal.d.ts.map +1 -1
- package/dist/internal.mjs +2 -0
- package/dist/materials.d.ts +22 -0
- package/dist/materials.d.ts.map +1 -1
- package/dist/pbr-pipeline.d.ts +10 -6
- package/dist/pbr-pipeline.d.ts.map +1 -1
- package/dist/pipeline/standard-forward-lane.d.ts.map +1 -1
- package/dist/pipeline/standard-pipeline.d.ts +3 -0
- package/dist/pipeline/standard-pipeline.d.ts.map +1 -1
- package/dist/pipeline/standard-post.d.ts +48 -0
- package/dist/pipeline/standard-post.d.ts.map +1 -0
- package/dist/pipeline/standard-profile.d.ts +3 -6
- package/dist/pipeline/standard-profile.d.ts.map +1 -1
- package/dist/pipeline-builder.d.ts +18 -0
- package/dist/pipeline-builder.d.ts.map +1 -1
- package/dist/pipeline-spec.d.ts.map +1 -1
- package/dist/plugin.d.ts.map +1 -1
- package/dist/record/frame-snapshot.d.ts +100 -5
- 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 +4 -2
- package/dist/record/frame.d.ts.map +1 -1
- package/dist/record/main-pass-geometry.d.ts +11 -0
- package/dist/record/main-pass-geometry.d.ts.map +1 -1
- package/dist/record/main-pass-material.d.ts +8 -5
- package/dist/record/main-pass-material.d.ts.map +1 -1
- package/dist/record/main-pass-sprite-draws.d.ts +8 -1
- package/dist/record/main-pass-sprite-draws.d.ts.map +1 -1
- package/dist/record/main-pass.d.ts +2 -0
- package/dist/record/main-pass.d.ts.map +1 -1
- package/dist/record/mesh-ssbo.d.ts.map +1 -1
- package/dist/record/render-context.d.ts +76 -18
- package/dist/record/render-context.d.ts.map +1 -1
- package/dist/record/shadow-pass.d.ts.map +1 -1
- package/dist/record/skybox-post-pass.d.ts +1 -11
- package/dist/record/skybox-post-pass.d.ts.map +1 -1
- package/dist/record/typed-frame-graph.d.ts +26 -2
- package/dist/record/typed-frame-graph.d.ts.map +1 -1
- package/dist/record/view-ubo.d.ts +4 -1
- package/dist/record/view-ubo.d.ts.map +1 -1
- package/dist/render-contract.d.ts +92 -8
- package/dist/render-contract.d.ts.map +1 -1
- package/dist/render-graph-primitives.d.ts.map +1 -1
- package/dist/render-pipeline.d.ts +50 -6
- package/dist/render-pipeline.d.ts.map +1 -1
- package/dist/render-system-extract.d.ts +29 -5
- package/dist/render-system-extract.d.ts.map +1 -1
- package/dist/render-system.d.ts +23 -4
- package/dist/render-system.d.ts.map +1 -1
- package/dist/scene/render-scene.d.ts +36 -2
- package/dist/scene/render-scene.d.ts.map +1 -1
- package/dist/temporal/coverage.d.ts +42 -0
- package/dist/temporal/coverage.d.ts.map +1 -0
- package/dist/temporal/frame-coordinator.d.ts +99 -0
- package/dist/temporal/frame-coordinator.d.ts.map +1 -0
- package/dist/temporal/gpu.d.ts +39 -0
- package/dist/temporal/gpu.d.ts.map +1 -0
- package/dist/temporal/history.d.ts +37 -0
- package/dist/temporal/history.d.ts.map +1 -0
- package/dist/temporal/index.d.ts +7 -0
- package/dist/temporal/index.d.ts.map +1 -0
- package/dist/temporal/index.mjs +8 -0
- package/dist/temporal/index.mjs.map +1 -0
- package/dist/temporal/inspection.d.ts +36 -0
- package/dist/temporal/inspection.d.ts.map +1 -0
- package/dist/temporal/scene-data-catalog.d.ts +48 -0
- package/dist/temporal/scene-data-catalog.d.ts.map +1 -0
- package/dist/temporal/scene-data.d.ts +43 -0
- package/dist/temporal/scene-data.d.ts.map +1 -0
- package/dist/temporal/standard-scene-data.d.ts +61 -0
- package/dist/temporal/standard-scene-data.d.ts.map +1 -0
- package/dist/temporal/taa-history-resources.d.ts +22 -0
- package/dist/temporal/taa-history-resources.d.ts.map +1 -0
- package/dist/temporal/taa-history-store.d.ts +27 -0
- package/dist/temporal/taa-history-store.d.ts.map +1 -0
- package/dist/temporal/taa-resolve.d.ts +15 -0
- package/dist/temporal/taa-resolve.d.ts.map +1 -0
- package/dist/temporal/temporal-view.d.ts +40 -0
- package/dist/temporal/temporal-view.d.ts.map +1 -0
- package/dist/temporal/transaction.d.ts +9 -0
- package/dist/temporal/transaction.d.ts.map +1 -0
- package/dist/temporal/view.d.ts +56 -0
- package/dist/temporal/view.d.ts.map +1 -0
- package/dist/transmission/backdrop.d.ts +147 -0
- package/dist/transmission/backdrop.d.ts.map +1 -0
- package/dist/transmission/inspection.d.ts +57 -0
- package/dist/transmission/inspection.d.ts.map +1 -0
- package/dist/transmission/oracle.d.ts +42 -0
- package/dist/transmission/oracle.d.ts.map +1 -0
- package/dist/transmission/projection.d.ts +37 -0
- package/dist/transmission/projection.d.ts.map +1 -0
- package/dist/typed-render-graph-primitives.d.ts +25 -2
- package/dist/typed-render-graph-primitives.d.ts.map +1 -1
- package/package.json +24 -19
- package/src/__tests__/ai-user-cold-start.integration.test.ts +59 -0
- package/src/__tests__/ai-user-public-surface.test-d.ts +45 -0
- package/src/__tests__/bloom-exact-zero.unit.test.ts +202 -0
- package/src/__tests__/bloom-lifecycle.integration.test.ts +125 -0
- package/src/__tests__/construct-renderer-identity.unit.test.ts +4 -3
- package/src/__tests__/detached-inspection.integration.test.ts +177 -0
- package/src/__tests__/environment-fog-lanes.integration.test.ts +219 -0
- package/src/__tests__/environment-generation.integration.test.ts +141 -0
- package/src/__tests__/environment-selection.unit.test.ts +245 -0
- package/src/__tests__/factory-contract.integration.test.ts +1380 -9
- package/src/__tests__/frame-plan-contract.unit.test.ts +90 -0
- package/src/__tests__/fullscreen-feature-plan.unit.test.ts +7 -0
- package/src/__tests__/gpu-driven-production.integration.test.ts +74 -22
- package/src/__tests__/gpu-driven-view-graph.integration.test.ts +37 -0
- package/src/__tests__/gpu-scene.unit.test.ts +10 -0
- package/src/__tests__/injection-kind-owner.test-d.ts +2 -1
- package/src/__tests__/material-contract-inventory.unit.test.ts +62 -0
- package/src/__tests__/material-cooked-projection.unit.test.ts +18 -146
- package/src/__tests__/materials-transmission-validation.unit.test.ts +36 -0
- package/src/__tests__/morph-feature-plan.unit.test.ts +7 -0
- package/src/__tests__/motion-blur.pixel.integration.test.ts +121 -0
- package/src/__tests__/public-surface.test-d.ts +15 -1
- package/src/__tests__/render-error-code-owner.test-d.ts +9 -0
- package/src/__tests__/render-error-detail-ssot.test-d.ts +11 -2
- package/src/__tests__/render-error-exhaustive.test-d.ts +3 -0
- package/src/__tests__/render-feature-errors.unit.test.ts +33 -3
- package/src/__tests__/render-feature-gpu-work.integration.test.ts +44 -0
- package/src/__tests__/render-feature-plan.test-d.ts +22 -89
- package/src/__tests__/render-scene-projection.unit.test.ts +28 -0
- package/src/__tests__/render-temporal-environment-consumer.browser.test.ts +26 -0
- package/src/__tests__/render-temporal-environment-consumer.dawn.test.ts +21 -0
- package/src/__tests__/renderer-factory-material-contract.unit.test.ts +395 -1
- package/src/__tests__/renderer-frame-transaction.integration.test.ts +405 -0
- package/src/__tests__/renderer-lifecycle.integration.test.ts +22 -0
- package/src/__tests__/scene-data-catalog.unit.test.ts +59 -0
- package/src/__tests__/scene-data-consumer.integration.test.ts +67 -0
- package/src/__tests__/scene-data-contract.test-d.ts +35 -0
- package/src/__tests__/scene-data-inspection.unit.test.ts +41 -0
- package/src/__tests__/scene-data-public-surface.test-d.ts +34 -0
- package/src/__tests__/shader-manifest-fixture.ts +111 -0
- package/src/__tests__/skinned-shadow-caster.test.ts +102 -0
- package/src/__tests__/standard-clustered-pipeline.unit.test.ts +24 -3
- package/src/__tests__/standard-pipeline.dawn.test.ts +15 -0
- package/src/__tests__/standard-pipeline.integration.test.ts +543 -1
- package/src/__tests__/standard-profile-oracle.unit.test.ts +10 -2
- package/src/__tests__/standard-temporal-producer.integration.test.ts +35 -0
- package/src/__tests__/surface-configuration.unit.test.ts +211 -12
- package/src/__tests__/taa-transaction.integration.test.ts +30 -0
- package/src/__tests__/temporal-admission.integration.test.ts +40 -0
- package/src/__tests__/temporal-coverage.unit.test.ts +35 -0
- package/src/__tests__/temporal-demand.unit.test.ts +44 -0
- package/src/__tests__/temporal-frame-coordinator.unit.test.ts +64 -0
- package/src/__tests__/temporal-graph-topology.unit.test.ts +51 -0
- package/src/__tests__/temporal-history-lifecycle.unit.test.ts +170 -0
- package/src/__tests__/temporal-performance.integration.test.ts +615 -0
- package/src/__tests__/temporal-reset-matrix.unit.test.ts +97 -0
- package/src/__tests__/temporal-transaction.integration.test.ts +60 -0
- package/src/__tests__/temporal-view.unit.test.ts +152 -0
- package/src/__tests__/transmission-prewarm.unit.test.ts +93 -0
- package/src/__tests__/typed-pipeline-topology.unit.test.ts +230 -1
- package/src/__tests__/urp-pipeline-targets.unit.test.ts +25 -1
- package/src/__tests__/urp-pipeline.unit.test.ts +4 -3
- package/src/__tests__/visibility-extract.integration.test.ts +27 -1
- package/src/__tests__/visibility-producer-matrix.integration.test.ts +10 -0
- package/src/assembly/backend-contract.ts +47 -1
- package/src/assembly/factory.ts +1224 -505
- package/src/assembly/host-contract.ts +4 -0
- package/src/assembly/renderer-frame-transaction.ts +75 -0
- package/src/assembly/renderer-inspection.ts +112 -0
- package/src/assembly/renderer-lifecycle.ts +6 -0
- package/src/components/__tests__/motion-blur.unit.test.ts +14 -0
- package/src/components/__tests__/schema-contract.unit.test.ts +6 -1
- package/src/components/atmosphere.ts +10 -0
- package/src/components/camera.ts +2 -1
- package/src/components/fog.ts +9 -0
- package/src/components/index.ts +3 -0
- package/src/components/motion-blur.ts +8 -0
- package/src/construct-renderer.ts +40 -3
- package/src/device/device-scope.ts +15 -1
- package/src/environment/frame.ts +185 -0
- package/src/environment/generation.ts +23 -0
- package/src/environment/graph.ts +9 -0
- package/src/environment/inspection.ts +87 -0
- package/src/environment/lifecycle.ts +250 -0
- package/src/environment/signature.ts +55 -0
- package/src/errors/render.ts +285 -0
- package/src/extract/camera.ts +78 -0
- package/src/extract/environment.ts +171 -0
- package/src/extract/visibility.ts +38 -19
- package/src/features/host.ts +36 -5
- package/src/features/motion-blur/__tests__/motion-blur-feature.unit.test.ts +67 -0
- package/src/features/motion-blur/__tests__/motion-blur-params.unit.test.ts +53 -0
- package/src/features/motion-blur/motion-blur-feature.ts +119 -0
- package/src/features/motion-blur/motion-blur-params.ts +89 -0
- package/src/features/plan.ts +32 -3
- package/src/features/prepared-gpu-work.ts +21 -6
- package/src/features/prepared-graphics.ts +2 -1
- package/src/features/render-graph-raster.ts +2 -1
- package/src/features/targets.ts +24 -2
- package/src/features/types.ts +13 -0
- package/src/fullscreen-post-process-pass.ts +34 -4
- package/src/gpu-scene.ts +24 -0
- package/src/ibl/skylight-bind-group.ts +30 -38
- package/src/index.ts +66 -6
- package/src/inspection-types.ts +48 -0
- package/src/internal.ts +5 -0
- package/src/materials.ts +119 -24
- package/src/pbr-pipeline.ts +58 -19
- package/src/pipeline/standard-forward-lane.ts +158 -101
- package/src/pipeline/standard-pipeline.ts +156 -105
- package/src/pipeline/standard-post.ts +373 -0
- package/src/pipeline/standard-profile.ts +11 -11
- package/src/pipeline-builder.ts +102 -12
- package/src/pipeline-spec.ts +9 -0
- package/src/plugin.ts +2 -0
- package/src/record/__tests__/fullscreen-temporal-routing.unit.test.ts +25 -0
- package/src/record/__tests__/main-pass-geometry.unit.test.ts +47 -0
- package/src/record/__tests__/material-bg-cache.unit.test.ts +12 -1
- package/src/record/__tests__/material-pipeline-pending-cache.unit.test.ts +22 -0
- package/src/record/__tests__/sprite-material-abi.unit.test.ts +75 -0
- package/src/record/__tests__/standard-pbr-ubo-layout.unit.test.ts +67 -0
- package/src/record/__tests__/temporal-payload.unit.test.ts +164 -0
- package/src/record/__tests__/typed-frame-graph-plan.unit.test.ts +127 -0
- package/src/record/frame-snapshot.ts +129 -5
- package/src/record/frame-targets.ts +15 -6
- package/src/record/frame.ts +107 -3
- package/src/record/main-pass-geometry.ts +86 -40
- package/src/record/main-pass-material.ts +114 -66
- package/src/record/main-pass-sprite-draws.ts +78 -101
- package/src/record/main-pass.ts +77 -4
- package/src/record/mesh-ssbo.ts +22 -3
- package/src/record/render-context.ts +189 -23
- package/src/record/shadow-pass.ts +113 -23
- package/src/record/skybox-post-pass.ts +97 -41
- package/src/record/typed-frame-graph.ts +565 -26
- package/src/record/view-ubo.ts +52 -4
- package/src/render-contract.ts +109 -6
- package/src/render-graph-primitives.ts +18 -1
- package/src/render-pipeline.ts +100 -27
- package/src/render-system-extract.ts +193 -69
- package/src/render-system.ts +482 -41
- package/src/scene/render-scene.ts +250 -7
- package/src/temporal/__tests__/taa-history-resources.unit.test.ts +45 -0
- package/src/temporal/coverage.ts +76 -0
- package/src/temporal/frame-coordinator.ts +311 -0
- package/src/temporal/gpu.ts +287 -0
- package/src/temporal/history.ts +92 -0
- package/src/temporal/index.ts +6 -0
- package/src/temporal/inspection.ts +97 -0
- package/src/temporal/scene-data-catalog.ts +200 -0
- package/src/temporal/scene-data.ts +149 -0
- package/src/temporal/standard-scene-data.ts +182 -0
- package/src/temporal/taa-history-resources.ts +128 -0
- package/src/temporal/taa-history-store.ts +79 -0
- package/src/temporal/taa-resolve.ts +34 -0
- package/src/temporal/temporal-view.ts +169 -0
- package/src/temporal/transaction.ts +17 -0
- package/src/temporal/view.ts +161 -0
- package/src/transmission/__tests__/capability.unit.test.ts +83 -0
- package/src/transmission/__tests__/composition.integration.test.ts +161 -0
- package/src/transmission/__tests__/inspection.unit.test.ts +241 -0
- package/src/transmission/__tests__/lifecycle.integration.test.ts +96 -0
- package/src/transmission/__tests__/oracle.unit.test.ts +131 -0
- package/src/transmission/__tests__/projection.unit.test.ts +71 -0
- package/src/transmission/__tests__/standard-transmission.dawn.test.ts +438 -0
- package/src/transmission/__tests__/transmission-backdrop-topology.unit.test.ts +109 -0
- package/src/transmission/__tests__/transmission-backdrop.dawn.test.ts +105 -0
- package/src/transmission/backdrop.ts +572 -0
- package/src/transmission/inspection.ts +190 -0
- package/src/transmission/oracle.ts +141 -0
- package/src/transmission/projection.ts +83 -0
- package/src/typed-render-graph-primitives.ts +162 -9
- package/dist/__tests__/authoring-path.unit.test.d.ts +0 -2
- package/dist/__tests__/authoring-path.unit.test.d.ts.map +0 -1
- package/dist/__tests__/backend-selection-rhi-capture.test-d.d.ts +0 -2
- package/dist/__tests__/backend-selection-rhi-capture.test-d.d.ts.map +0 -1
- package/dist/__tests__/callback-inference.test-d.d.ts +0 -2
- package/dist/__tests__/callback-inference.test-d.d.ts.map +0 -1
- package/dist/__tests__/cluster-binner.test.d.ts +0 -2
- package/dist/__tests__/cluster-binner.test.d.ts.map +0 -1
- package/dist/__tests__/cluster-grid-default-surface.unit.test.d.ts +0 -2
- package/dist/__tests__/cluster-grid-default-surface.unit.test.d.ts.map +0 -1
- package/dist/__tests__/construct-renderer-identity.unit.test.d.ts +0 -2
- package/dist/__tests__/construct-renderer-identity.unit.test.d.ts.map +0 -1
- package/dist/__tests__/device-scope-lifecycle.unit.test.d.ts +0 -2
- package/dist/__tests__/device-scope-lifecycle.unit.test.d.ts.map +0 -1
- package/dist/__tests__/device-scope-stale-matrix.unit.test.d.ts +0 -2
- package/dist/__tests__/device-scope-stale-matrix.unit.test.d.ts.map +0 -1
- package/dist/__tests__/direct-extract-consumer-contract.test-d.d.ts +0 -2
- package/dist/__tests__/direct-extract-consumer-contract.test-d.d.ts.map +0 -1
- package/dist/__tests__/direct-light-snapshot.unit.test.d.ts +0 -2
- package/dist/__tests__/direct-light-snapshot.unit.test.d.ts.map +0 -1
- package/dist/__tests__/factory-contract.integration.test.d.ts +0 -2
- package/dist/__tests__/factory-contract.integration.test.d.ts.map +0 -1
- package/dist/__tests__/fallback-row-stride-surface.unit.test.d.ts +0 -2
- package/dist/__tests__/fallback-row-stride-surface.unit.test.d.ts.map +0 -1
- package/dist/__tests__/frame-observation.contract.test.d.ts +0 -2
- package/dist/__tests__/frame-observation.contract.test.d.ts.map +0 -1
- package/dist/__tests__/fullscreen-feature-plan.unit.test.d.ts +0 -2
- package/dist/__tests__/fullscreen-feature-plan.unit.test.d.ts.map +0 -1
- package/dist/__tests__/glyph-text-layout-recovery.unit.test.d.ts +0 -2
- package/dist/__tests__/glyph-text-layout-recovery.unit.test.d.ts.map +0 -1
- package/dist/__tests__/gpu-driven-indirect-raster-evidence.d.ts +0 -6
- package/dist/__tests__/gpu-driven-indirect-raster-evidence.d.ts.map +0 -1
- package/dist/__tests__/gpu-driven-indirect-raster.browser.test.d.ts +0 -2
- package/dist/__tests__/gpu-driven-indirect-raster.browser.test.d.ts.map +0 -1
- package/dist/__tests__/gpu-driven-indirect-raster.dawn.test.d.ts +0 -2
- package/dist/__tests__/gpu-driven-indirect-raster.dawn.test.d.ts.map +0 -1
- package/dist/__tests__/gpu-driven-production.integration.test.d.ts +0 -2
- package/dist/__tests__/gpu-driven-production.integration.test.d.ts.map +0 -1
- package/dist/__tests__/gpu-driven-scaling.unit.test.d.ts +0 -2
- package/dist/__tests__/gpu-driven-scaling.unit.test.d.ts.map +0 -1
- package/dist/__tests__/gpu-driven-view-gpu-evidence.d.ts +0 -18
- package/dist/__tests__/gpu-driven-view-gpu-evidence.d.ts.map +0 -1
- package/dist/__tests__/gpu-driven-view-graph.integration.test.d.ts +0 -2
- package/dist/__tests__/gpu-driven-view-graph.integration.test.d.ts.map +0 -1
- package/dist/__tests__/gpu-driven-view-reference.d.ts +0 -15
- package/dist/__tests__/gpu-driven-view-reference.d.ts.map +0 -1
- package/dist/__tests__/gpu-driven-view.browser.test.d.ts +0 -2
- package/dist/__tests__/gpu-driven-view.browser.test.d.ts.map +0 -1
- package/dist/__tests__/gpu-driven-view.dawn.test.d.ts +0 -2
- package/dist/__tests__/gpu-driven-view.dawn.test.d.ts.map +0 -1
- package/dist/__tests__/gpu-driven-view.unit.test.d.ts +0 -2
- package/dist/__tests__/gpu-driven-view.unit.test.d.ts.map +0 -1
- package/dist/__tests__/gpu-resource-store-stride.unit.test.d.ts +0 -2
- package/dist/__tests__/gpu-resource-store-stride.unit.test.d.ts.map +0 -1
- package/dist/__tests__/gpu-scene-render-graph-gpu.d.ts +0 -7
- package/dist/__tests__/gpu-scene-render-graph-gpu.d.ts.map +0 -1
- package/dist/__tests__/gpu-scene-render-graph.browser.test.d.ts +0 -2
- package/dist/__tests__/gpu-scene-render-graph.browser.test.d.ts.map +0 -1
- package/dist/__tests__/gpu-scene-render-graph.dawn.test.d.ts +0 -2
- package/dist/__tests__/gpu-scene-render-graph.dawn.test.d.ts.map +0 -1
- package/dist/__tests__/gpu-scene-schema.unit.test.d.ts +0 -2
- package/dist/__tests__/gpu-scene-schema.unit.test.d.ts.map +0 -1
- package/dist/__tests__/gpu-scene.dawn.test.d.ts +0 -2
- package/dist/__tests__/gpu-scene.dawn.test.d.ts.map +0 -1
- package/dist/__tests__/gpu-scene.unit.test.d.ts +0 -2
- package/dist/__tests__/gpu-scene.unit.test.d.ts.map +0 -1
- package/dist/__tests__/ibl/face-uniforms.unit.test.d.ts +0 -2
- package/dist/__tests__/ibl/face-uniforms.unit.test.d.ts.map +0 -1
- package/dist/__tests__/infinite-grid-no-vertex-probe.unit.test.d.ts +0 -2
- package/dist/__tests__/infinite-grid-no-vertex-probe.unit.test.d.ts.map +0 -1
- package/dist/__tests__/injection-kind-owner.test-d.d.ts +0 -2
- package/dist/__tests__/injection-kind-owner.test-d.d.ts.map +0 -1
- package/dist/__tests__/ktx2-basis-gpu-consumer.dawn.test.d.ts +0 -2
- package/dist/__tests__/ktx2-basis-gpu-consumer.dawn.test.d.ts.map +0 -1
- package/dist/__tests__/light-buffer-layout.unit.test.d.ts +0 -2
- package/dist/__tests__/light-buffer-layout.unit.test.d.ts.map +0 -1
- package/dist/__tests__/material-contract-inventory.unit.test.d.ts +0 -2
- package/dist/__tests__/material-contract-inventory.unit.test.d.ts.map +0 -1
- package/dist/__tests__/material-cooked-projection.unit.test.d.ts +0 -2
- package/dist/__tests__/material-cooked-projection.unit.test.d.ts.map +0 -1
- package/dist/__tests__/material-snapshot-mutation.integration.test.d.ts +0 -2
- package/dist/__tests__/material-snapshot-mutation.integration.test.d.ts.map +0 -1
- package/dist/__tests__/material-static-dynamic-route.unit.test.d.ts +0 -2
- package/dist/__tests__/material-static-dynamic-route.unit.test.d.ts.map +0 -1
- package/dist/__tests__/material-stride-surface.unit.test.d.ts +0 -2
- package/dist/__tests__/material-stride-surface.unit.test.d.ts.map +0 -1
- package/dist/__tests__/mesh-buffer-usage-surface.unit.test.d.ts +0 -2
- package/dist/__tests__/mesh-buffer-usage-surface.unit.test.d.ts.map +0 -1
- package/dist/__tests__/mesh-material-bindings.unit.test.d.ts +0 -2
- package/dist/__tests__/mesh-material-bindings.unit.test.d.ts.map +0 -1
- package/dist/__tests__/mesh-stride-surface.unit.test.d.ts +0 -2
- package/dist/__tests__/mesh-stride-surface.unit.test.d.ts.map +0 -1
- package/dist/__tests__/morph-culling-reentry.dawn.test.d.ts +0 -2
- package/dist/__tests__/morph-culling-reentry.dawn.test.d.ts.map +0 -1
- package/dist/__tests__/morph-feature-gpu-work.integration.test.d.ts +0 -2
- package/dist/__tests__/morph-feature-gpu-work.integration.test.d.ts.map +0 -1
- package/dist/__tests__/morph-feature-plan.unit.test.d.ts +0 -2
- package/dist/__tests__/morph-feature-plan.unit.test.d.ts.map +0 -1
- package/dist/__tests__/morph-visual-evidence.integration.test.d.ts +0 -2
- package/dist/__tests__/morph-visual-evidence.integration.test.d.ts.map +0 -1
- package/dist/__tests__/nineslice-handle-surface.unit.test.d.ts +0 -2
- package/dist/__tests__/nineslice-handle-surface.unit.test.d.ts.map +0 -1
- package/dist/__tests__/post-process-error-policy-owner.unit.test.d.ts +0 -2
- package/dist/__tests__/post-process-error-policy-owner.unit.test.d.ts.map +0 -1
- package/dist/__tests__/prepared-buffer-kind-owner.test-d.d.ts +0 -2
- package/dist/__tests__/prepared-buffer-kind-owner.test-d.d.ts.map +0 -1
- package/dist/__tests__/prepared-graphics-capability.unit.test.d.ts +0 -2
- package/dist/__tests__/prepared-graphics-capability.unit.test.d.ts.map +0 -1
- package/dist/__tests__/prepared-graphics-generation.unit.test.d.ts +0 -2
- package/dist/__tests__/prepared-graphics-generation.unit.test.d.ts.map +0 -1
- package/dist/__tests__/prepared-graphics-lifecycle.unit.test.d.ts +0 -2
- package/dist/__tests__/prepared-graphics-lifecycle.unit.test.d.ts.map +0 -1
- package/dist/__tests__/prepared-graphics-pipeline-warmup.unit.test.d.ts +0 -2
- package/dist/__tests__/prepared-graphics-pipeline-warmup.unit.test.d.ts.map +0 -1
- package/dist/__tests__/prepared-graphics-resolver.unit.test.d.ts +0 -2
- package/dist/__tests__/prepared-graphics-resolver.unit.test.d.ts.map +0 -1
- package/dist/__tests__/prepared-graphics-snapshot.unit.test.d.ts +0 -2
- package/dist/__tests__/prepared-graphics-snapshot.unit.test.d.ts.map +0 -1
- package/dist/__tests__/prepared-graphics-store.unit.test.d.ts +0 -2
- package/dist/__tests__/prepared-graphics-store.unit.test.d.ts.map +0 -1
- package/dist/__tests__/prepared-graphics-validation.unit.test.d.ts +0 -2
- package/dist/__tests__/prepared-graphics-validation.unit.test.d.ts.map +0 -1
- package/dist/__tests__/profiler-default-off.test.d.ts +0 -2
- package/dist/__tests__/profiler-default-off.test.d.ts.map +0 -1
- package/dist/__tests__/profiler-phase-catalog.test.d.ts +0 -2
- package/dist/__tests__/profiler-phase-catalog.test.d.ts.map +0 -1
- package/dist/__tests__/profiler-phase-integration.test.d.ts +0 -2
- package/dist/__tests__/profiler-phase-integration.test.d.ts.map +0 -1
- package/dist/__tests__/profiler-phase-token.test.d.ts +0 -2
- package/dist/__tests__/profiler-phase-token.test.d.ts.map +0 -1
- package/dist/__tests__/public-surface.test-d.d.ts +0 -2
- package/dist/__tests__/public-surface.test-d.d.ts.map +0 -1
- package/dist/__tests__/recover-error-policy-owner.unit.test.d.ts +0 -2
- package/dist/__tests__/recover-error-policy-owner.unit.test.d.ts.map +0 -1
- package/dist/__tests__/render-error-code-owner.test-d.d.ts +0 -2
- package/dist/__tests__/render-error-code-owner.test-d.d.ts.map +0 -1
- package/dist/__tests__/render-error-detail-ssot.test-d.d.ts +0 -2
- package/dist/__tests__/render-error-detail-ssot.test-d.d.ts.map +0 -1
- package/dist/__tests__/render-error-exhaustive.test-d.d.ts +0 -2
- package/dist/__tests__/render-error-exhaustive.test-d.d.ts.map +0 -1
- package/dist/__tests__/render-feature-assembly.test-d.d.ts +0 -2
- package/dist/__tests__/render-feature-assembly.test-d.d.ts.map +0 -1
- package/dist/__tests__/render-feature-context.test-d.d.ts +0 -2
- package/dist/__tests__/render-feature-context.test-d.d.ts.map +0 -1
- package/dist/__tests__/render-feature-contract.test-d.d.ts +0 -2
- package/dist/__tests__/render-feature-contract.test-d.d.ts.map +0 -1
- package/dist/__tests__/render-feature-diagnostics.unit.test.d.ts +0 -2
- package/dist/__tests__/render-feature-diagnostics.unit.test.d.ts.map +0 -1
- package/dist/__tests__/render-feature-docs.unit.test.d.ts +0 -2
- package/dist/__tests__/render-feature-docs.unit.test.d.ts.map +0 -1
- package/dist/__tests__/render-feature-errors.unit.test.d.ts +0 -2
- package/dist/__tests__/render-feature-errors.unit.test.d.ts.map +0 -1
- package/dist/__tests__/render-feature-gpu-work.integration.test.d.ts +0 -2
- package/dist/__tests__/render-feature-gpu-work.integration.test.d.ts.map +0 -1
- package/dist/__tests__/render-feature-plan.test-d.d.ts +0 -2
- package/dist/__tests__/render-feature-plan.test-d.d.ts.map +0 -1
- package/dist/__tests__/render-feature-plan.unit.test.d.ts +0 -2
- package/dist/__tests__/render-feature-plan.unit.test.d.ts.map +0 -1
- package/dist/__tests__/render-feature-prepared-diagnostics.unit.test.d.ts +0 -2
- package/dist/__tests__/render-feature-prepared-diagnostics.unit.test.d.ts.map +0 -1
- package/dist/__tests__/render-feature-prepared-errors.test-d.d.ts +0 -2
- package/dist/__tests__/render-feature-prepared-errors.test-d.d.ts.map +0 -1
- package/dist/__tests__/render-feature-prepared-graphics-docs.unit.test.d.ts +0 -2
- package/dist/__tests__/render-feature-prepared-graphics-docs.unit.test.d.ts.map +0 -1
- package/dist/__tests__/render-feature-prepared-graphics-isolation.unit.test.d.ts +0 -2
- package/dist/__tests__/render-feature-prepared-graphics-isolation.unit.test.d.ts.map +0 -1
- package/dist/__tests__/render-feature-prepared-graphics-negative.test-d.d.ts +0 -2
- package/dist/__tests__/render-feature-prepared-graphics-negative.test-d.d.ts.map +0 -1
- package/dist/__tests__/render-feature-prepared-graphics.test-d.d.ts +0 -2
- package/dist/__tests__/render-feature-prepared-graphics.test-d.d.ts.map +0 -1
- package/dist/__tests__/render-feature-prepared-graphics.unit.test.d.ts +0 -2
- package/dist/__tests__/render-feature-prepared-graphics.unit.test.d.ts.map +0 -1
- package/dist/__tests__/render-feature-public-surface.test-d.d.ts +0 -2
- package/dist/__tests__/render-feature-public-surface.test-d.d.ts.map +0 -1
- package/dist/__tests__/render-feature-retry.unit.test.d.ts +0 -2
- package/dist/__tests__/render-feature-retry.unit.test.d.ts.map +0 -1
- package/dist/__tests__/render-feature-scheduling.unit.test.d.ts +0 -2
- package/dist/__tests__/render-feature-scheduling.unit.test.d.ts.map +0 -1
- package/dist/__tests__/render-feature-stage-failed-policy-owner.unit.test.d.ts +0 -2
- package/dist/__tests__/render-feature-stage-failed-policy-owner.unit.test.d.ts.map +0 -1
- package/dist/__tests__/render-feature-stage-fault-recovery.unit.test.d.ts +0 -2
- package/dist/__tests__/render-feature-stage-fault-recovery.unit.test.d.ts.map +0 -1
- package/dist/__tests__/render-feature-visibility-context.test-d.d.ts +0 -2
- package/dist/__tests__/render-feature-visibility-context.test-d.d.ts.map +0 -1
- package/dist/__tests__/render-feature-visibility-context.unit.test.d.ts +0 -2
- package/dist/__tests__/render-feature-visibility-context.unit.test.d.ts.map +0 -1
- package/dist/__tests__/render-feature-zero-work.unit.test.d.ts +0 -2
- package/dist/__tests__/render-feature-zero-work.unit.test.d.ts.map +0 -1
- package/dist/__tests__/render-graph-compute-raster-gpu.d.ts +0 -7
- package/dist/__tests__/render-graph-compute-raster-gpu.d.ts.map +0 -1
- package/dist/__tests__/render-graph-compute-raster.browser.test.d.ts +0 -2
- package/dist/__tests__/render-graph-compute-raster.browser.test.d.ts.map +0 -1
- package/dist/__tests__/render-graph-compute-raster.dawn.test.d.ts +0 -2
- package/dist/__tests__/render-graph-compute-raster.dawn.test.d.ts.map +0 -1
- package/dist/__tests__/render-graph-hzb-gpu.d.ts +0 -7
- package/dist/__tests__/render-graph-hzb-gpu.d.ts.map +0 -1
- package/dist/__tests__/render-graph-hzb.browser.test.d.ts +0 -2
- package/dist/__tests__/render-graph-hzb.browser.test.d.ts.map +0 -1
- package/dist/__tests__/render-graph-hzb.dawn.test.d.ts +0 -2
- package/dist/__tests__/render-graph-hzb.dawn.test.d.ts.map +0 -1
- package/dist/__tests__/render-graph-primitives.unit.test.d.ts +0 -2
- package/dist/__tests__/render-graph-primitives.unit.test.d.ts.map +0 -1
- package/dist/__tests__/render-graph-storage-indirect-gpu.d.ts +0 -12
- package/dist/__tests__/render-graph-storage-indirect-gpu.d.ts.map +0 -1
- package/dist/__tests__/render-graph-storage-indirect.browser.test.d.ts +0 -2
- package/dist/__tests__/render-graph-storage-indirect.browser.test.d.ts.map +0 -1
- package/dist/__tests__/render-graph-storage-indirect.dawn.test.d.ts +0 -2
- package/dist/__tests__/render-graph-storage-indirect.dawn.test.d.ts.map +0 -1
- package/dist/__tests__/render-scene-projection.unit.test.d.ts +0 -2
- package/dist/__tests__/render-scene-projection.unit.test.d.ts.map +0 -1
- package/dist/__tests__/renderer-factory-material-contract.unit.test.d.ts +0 -2
- package/dist/__tests__/renderer-factory-material-contract.unit.test.d.ts.map +0 -1
- package/dist/__tests__/renderer-lifecycle.integration.test.d.ts +0 -2
- package/dist/__tests__/renderer-lifecycle.integration.test.d.ts.map +0 -1
- package/dist/__tests__/rhi-backend-package-boundary.unit.test.d.ts +0 -2
- package/dist/__tests__/rhi-backend-package-boundary.unit.test.d.ts.map +0 -1
- package/dist/__tests__/scriptable-pack-consumer.test-d.d.ts +0 -2
- package/dist/__tests__/scriptable-pack-consumer.test-d.d.ts.map +0 -1
- package/dist/__tests__/shader-stage-surface.unit.test.d.ts +0 -2
- package/dist/__tests__/shader-stage-surface.unit.test.d.ts.map +0 -1
- package/dist/__tests__/ssao-config.unit.test.d.ts +0 -2
- package/dist/__tests__/ssao-config.unit.test.d.ts.map +0 -1
- package/dist/__tests__/ssao-kernel-surface.unit.test.d.ts +0 -2
- package/dist/__tests__/ssao-kernel-surface.unit.test.d.ts.map +0 -1
- package/dist/__tests__/standard-clustered-pipeline.unit.test.d.ts +0 -2
- package/dist/__tests__/standard-clustered-pipeline.unit.test.d.ts.map +0 -1
- package/dist/__tests__/standard-descriptors.test-d.d.ts +0 -2
- package/dist/__tests__/standard-descriptors.test-d.d.ts.map +0 -1
- package/dist/__tests__/standard-pipeline.dawn.test.d.ts +0 -2
- package/dist/__tests__/standard-pipeline.dawn.test.d.ts.map +0 -1
- package/dist/__tests__/standard-pipeline.integration.test.d.ts +0 -2
- package/dist/__tests__/standard-pipeline.integration.test.d.ts.map +0 -1
- package/dist/__tests__/standard-profile-oracle.unit.test.d.ts +0 -2
- package/dist/__tests__/standard-profile-oracle.unit.test.d.ts.map +0 -1
- package/dist/__tests__/surface-configuration.unit.test.d.ts +0 -2
- package/dist/__tests__/surface-configuration.unit.test.d.ts.map +0 -1
- package/dist/__tests__/texture-usage-surface.unit.test.d.ts +0 -2
- package/dist/__tests__/texture-usage-surface.unit.test.d.ts.map +0 -1
- package/dist/__tests__/typed-pipeline-topology.unit.test.d.ts +0 -2
- package/dist/__tests__/typed-pipeline-topology.unit.test.d.ts.map +0 -1
- package/dist/__tests__/urp-pipeline-targets.unit.test.d.ts +0 -2
- package/dist/__tests__/urp-pipeline-targets.unit.test.d.ts.map +0 -1
- package/dist/__tests__/urp-pipeline.unit.test.d.ts +0 -2
- package/dist/__tests__/urp-pipeline.unit.test.d.ts.map +0 -1
- package/dist/__tests__/vertex-color-pipeline.unit.test.d.ts +0 -2
- package/dist/__tests__/vertex-color-pipeline.unit.test.d.ts.map +0 -1
- package/dist/__tests__/vertex-layout-consumer.unit.test.d.ts +0 -2
- package/dist/__tests__/vertex-layout-consumer.unit.test.d.ts.map +0 -1
- package/dist/__tests__/visibility-diagnostics.integration.test.d.ts +0 -2
- package/dist/__tests__/visibility-diagnostics.integration.test.d.ts.map +0 -1
- package/dist/__tests__/visibility-extract.integration.test.d.ts +0 -2
- package/dist/__tests__/visibility-extract.integration.test.d.ts.map +0 -1
- package/dist/__tests__/visibility-extract.perf.test.d.ts +0 -2
- package/dist/__tests__/visibility-extract.perf.test.d.ts.map +0 -1
- package/dist/__tests__/visibility-feature-dedup.integration.test.d.ts +0 -2
- package/dist/__tests__/visibility-feature-dedup.integration.test.d.ts.map +0 -1
- package/dist/__tests__/visibility-hidden-report.unit.test.d.ts +0 -2
- package/dist/__tests__/visibility-hidden-report.unit.test.d.ts.map +0 -1
- package/dist/__tests__/visibility-instances.integration.test.d.ts +0 -2
- package/dist/__tests__/visibility-instances.integration.test.d.ts.map +0 -1
- package/dist/__tests__/visibility-multi-world.integration.test.d.ts +0 -2
- package/dist/__tests__/visibility-multi-world.integration.test.d.ts.map +0 -1
- package/dist/__tests__/visibility-producer-matrix.integration.test.d.ts +0 -2
- package/dist/__tests__/visibility-producer-matrix.integration.test.d.ts.map +0 -1
- package/dist/__tests__/visibility-producer-matrix.unit.test.d.ts +0 -2
- package/dist/__tests__/visibility-producer-matrix.unit.test.d.ts.map +0 -1
- package/dist/__tests__/visibility-public-surface.test-d.d.ts +0 -2
- package/dist/__tests__/visibility-public-surface.test-d.d.ts.map +0 -1
- package/dist/__tests__/visibility-resolver.unit.test.d.ts +0 -2
- package/dist/__tests__/visibility-resolver.unit.test.d.ts.map +0 -1
- package/dist/__tests__/visibility-resource-short-circuit.unit.test.d.ts +0 -2
- package/dist/__tests__/visibility-resource-short-circuit.unit.test.d.ts.map +0 -1
- package/dist/__tests__/visibility-snapshot-contract.unit.test.d.ts +0 -2
- package/dist/__tests__/visibility-snapshot-contract.unit.test.d.ts.map +0 -1
- package/dist/__tests__/vocabulary.unit.test.d.ts +0 -2
- package/dist/__tests__/vocabulary.unit.test.d.ts.map +0 -1
- package/dist/chunk-CQXZC5XI.mjs.map +0 -1
- package/dist/chunk-HCOGPHKS.mjs +0 -93
- package/dist/chunk-HCOGPHKS.mjs.map +0 -1
- package/dist/chunk-YEJIUW7D.mjs.map +0 -1
- package/dist/components/__tests__/points-lines-admission.unit.test.d.ts +0 -2
- package/dist/components/__tests__/points-lines-admission.unit.test.d.ts.map +0 -1
- package/dist/components/__tests__/points-lines-schema.unit.test.d.ts +0 -2
- package/dist/components/__tests__/points-lines-schema.unit.test.d.ts.map +0 -1
- package/dist/components/__tests__/schema-contract.unit.test.d.ts +0 -2
- package/dist/components/__tests__/schema-contract.unit.test.d.ts.map +0 -1
- package/dist/components/__tests__/schema-parity.unit.test.d.ts +0 -2
- package/dist/components/__tests__/schema-parity.unit.test.d.ts.map +0 -1
- package/dist/components/__tests__/visibility-schema.unit.test.d.ts +0 -2
- package/dist/components/__tests__/visibility-schema.unit.test.d.ts.map +0 -1
- package/dist/points-lines/__tests__/bounds.unit.test.d.ts +0 -2
- package/dist/points-lines/__tests__/bounds.unit.test.d.ts.map +0 -1
- package/dist/points-lines/__tests__/cache-recovery.unit.test.d.ts +0 -2
- package/dist/points-lines/__tests__/cache-recovery.unit.test.d.ts.map +0 -1
- package/dist/points-lines/__tests__/inspection-lanes.integration.test.d.ts +0 -2
- package/dist/points-lines/__tests__/inspection-lanes.integration.test.d.ts.map +0 -1
- package/dist/points-lines/__tests__/inspection.unit.test.d.ts +0 -2
- package/dist/points-lines/__tests__/inspection.unit.test.d.ts.map +0 -1
- package/dist/points-lines/__tests__/lane-structural.integration.test.d.ts +0 -2
- package/dist/points-lines/__tests__/lane-structural.integration.test.d.ts.map +0 -1
- package/dist/points-lines/__tests__/points-lines.bench.d.ts +0 -2
- package/dist/points-lines/__tests__/points-lines.bench.d.ts.map +0 -1
- package/dist/points-lines/__tests__/raster-lane.integration.test.d.ts +0 -2
- package/dist/points-lines/__tests__/raster-lane.integration.test.d.ts.map +0 -1
- package/dist/points-lines/__tests__/snapshot.unit.test.d.ts +0 -2
- package/dist/points-lines/__tests__/snapshot.unit.test.d.ts.map +0 -1
- package/dist/points-lines/__tests__/view-ubo.unit.test.d.ts +0 -2
- package/dist/points-lines/__tests__/view-ubo.unit.test.d.ts.map +0 -1
- package/dist/record/__tests__/material-bg-cache.unit.test.d.ts +0 -2
- package/dist/record/__tests__/material-bg-cache.unit.test.d.ts.map +0 -1
- package/dist/record/__tests__/material-slot-plan.unit.test.d.ts +0 -2
- package/dist/record/__tests__/material-slot-plan.unit.test.d.ts.map +0 -1
- package/dist/record/__tests__/typed-frame-graph-plan.unit.test.d.ts +0 -2
- package/dist/record/__tests__/typed-frame-graph-plan.unit.test.d.ts.map +0 -1
- package/dist/record/__tests__/video-texture-view.unit.test.d.ts +0 -2
- package/dist/record/__tests__/video-texture-view.unit.test.d.ts.map +0 -1
package/src/features/targets.ts
CHANGED
|
@@ -12,6 +12,8 @@ export type RenderFeatureTargetKind = 'scene-color' | 'scene-depth';
|
|
|
12
12
|
* internal graph key.
|
|
13
13
|
*/
|
|
14
14
|
export interface RenderFeatureTargetHandle {
|
|
15
|
+
/** Stable alias used when a pipeline exposes more than one color role. */
|
|
16
|
+
readonly name?: string;
|
|
15
17
|
readonly kind: RenderFeatureTargetKind;
|
|
16
18
|
readonly format: TextureFormat;
|
|
17
19
|
readonly sampleCount: 1 | 4;
|
|
@@ -19,6 +21,7 @@ export interface RenderFeatureTargetHandle {
|
|
|
19
21
|
}
|
|
20
22
|
|
|
21
23
|
export interface RenderFeatureTargetInput {
|
|
24
|
+
readonly name?: string;
|
|
22
25
|
readonly kind: RenderFeatureTargetKind;
|
|
23
26
|
readonly format: TextureFormat;
|
|
24
27
|
readonly sampleCount: 1 | 4;
|
|
@@ -54,17 +57,36 @@ export function resolveStandardRenderFeatureTargets(input: {
|
|
|
54
57
|
readonly colorAttachmentFormat: TextureFormat;
|
|
55
58
|
}): readonly RenderFeatureTargetHandle[] {
|
|
56
59
|
const sampleCount: 1 | 4 = input.antialias === 'msaa' && input.multisample ? 4 : 1;
|
|
57
|
-
const linearLdr =
|
|
60
|
+
const linearLdr =
|
|
61
|
+
(input.tonemap === 'none' && input.storageBuffer) ||
|
|
62
|
+
input.antialias === 'fxaa' ||
|
|
63
|
+
(input.antialias === 'msaa' && input.multisample);
|
|
64
|
+
const colorFormat =
|
|
65
|
+
input.tonemap !== 'none' || linearLdr ? 'rgba16float' : input.colorAttachmentFormat;
|
|
58
66
|
return [
|
|
59
67
|
createRenderFeatureTarget({
|
|
68
|
+
name: 'color',
|
|
60
69
|
kind: 'scene-color',
|
|
61
|
-
format:
|
|
70
|
+
format: colorFormat,
|
|
62
71
|
sampleCount,
|
|
63
72
|
}),
|
|
64
73
|
createRenderFeatureTarget({
|
|
74
|
+
name: 'depth',
|
|
65
75
|
kind: 'scene-depth',
|
|
66
76
|
format: 'depth24plus-stencil8',
|
|
67
77
|
sampleCount,
|
|
68
78
|
}),
|
|
79
|
+
createRenderFeatureTarget({
|
|
80
|
+
name: 'motion-input',
|
|
81
|
+
kind: 'scene-color',
|
|
82
|
+
format: colorFormat,
|
|
83
|
+
sampleCount,
|
|
84
|
+
}),
|
|
85
|
+
createRenderFeatureTarget({
|
|
86
|
+
name: 'motion-output',
|
|
87
|
+
kind: 'scene-color',
|
|
88
|
+
format: colorFormat,
|
|
89
|
+
sampleCount: 1,
|
|
90
|
+
}),
|
|
69
91
|
];
|
|
70
92
|
}
|
package/src/features/types.ts
CHANGED
|
@@ -42,6 +42,17 @@ export type {
|
|
|
42
42
|
/** Closed lifecycle states exposed by the feature host. */
|
|
43
43
|
export type RenderFeatureStatus = 'active' | 'failed' | 'disabled' | 'disposed';
|
|
44
44
|
|
|
45
|
+
/**
|
|
46
|
+
* Shader preparation policy for feature-owned GPU programs.
|
|
47
|
+
*
|
|
48
|
+
* `validated` waits for the backend's diagnostic-rich shader preparation before
|
|
49
|
+
* exposing a module to the render graph. `immediate` is reserved for generated
|
|
50
|
+
* feature programs that must hand a WebGPU module to pipeline creation without
|
|
51
|
+
* serialising first-use on `getCompilationInfo()`; pipeline creation remains
|
|
52
|
+
* the validation boundary for that mode.
|
|
53
|
+
*/
|
|
54
|
+
export type RenderFeatureShaderModuleMode = 'validated' | 'immediate';
|
|
55
|
+
|
|
45
56
|
export interface RenderFeatureResourceHandle {
|
|
46
57
|
readonly __renderFeatureResource: unique symbol;
|
|
47
58
|
}
|
|
@@ -79,6 +90,8 @@ export interface RenderFeatureExtractContext {
|
|
|
79
90
|
export interface RenderFeature<FrameData> {
|
|
80
91
|
readonly identity: string;
|
|
81
92
|
readonly requiredCapabilities?: readonly RenderFeatureCapabilityKey[];
|
|
93
|
+
/** Optional feature-owned shader preparation policy; defaults to `validated`. */
|
|
94
|
+
readonly shaderModuleMode?: RenderFeatureShaderModuleMode;
|
|
82
95
|
/**
|
|
83
96
|
* Material shader identifiers whose modules must be ready before the first
|
|
84
97
|
* frame. The renderer resolves these against the loaded manifest and seeds
|
|
@@ -23,6 +23,7 @@ import type {
|
|
|
23
23
|
Sampler,
|
|
24
24
|
TextureView,
|
|
25
25
|
} from '@forgeax/engine-rhi';
|
|
26
|
+
import { GPU_SHADER_STAGE_FRAGMENT } from './gpu-stage';
|
|
26
27
|
import type { BglKind } from './pipeline-spec';
|
|
27
28
|
import { buildBindGroupLayoutDescriptor, type PipelineSpec } from './pipeline-spec';
|
|
28
29
|
|
|
@@ -103,6 +104,15 @@ export interface PostProcessShaderEntry {
|
|
|
103
104
|
readonly reads?: readonly (string | PostProcessReadEntry)[] | undefined;
|
|
104
105
|
}
|
|
105
106
|
|
|
107
|
+
/** Whether a feature binding opts into the temporal multi-read contract. */
|
|
108
|
+
export function isTemporalFullscreenBinding(values: Readonly<Record<string, unknown>>): boolean {
|
|
109
|
+
return (
|
|
110
|
+
values.temporal !== undefined ||
|
|
111
|
+
values.shader === 'forgeax.taa-resolve' ||
|
|
112
|
+
values.shader === 'forgeax.motion-blur'
|
|
113
|
+
);
|
|
114
|
+
}
|
|
115
|
+
|
|
106
116
|
/**
|
|
107
117
|
* Structured read entry for a post-process shader.
|
|
108
118
|
*
|
|
@@ -252,6 +262,7 @@ export function buildFullscreenPostProcessPass(
|
|
|
252
262
|
bindGroupLayout: BindGroupLayout;
|
|
253
263
|
sampler: Sampler | null;
|
|
254
264
|
depthSampler: Sampler | null;
|
|
265
|
+
extraColorBindings: readonly number[];
|
|
255
266
|
createHandle: (
|
|
256
267
|
name: string,
|
|
257
268
|
pipeline: unknown,
|
|
@@ -279,11 +290,20 @@ export function buildFullscreenPostProcessPass(
|
|
|
279
290
|
: entry.params !== undefined
|
|
280
291
|
? 'fullscreen-post-with-params'
|
|
281
292
|
: 'fullscreen-post';
|
|
282
|
-
const
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
}),
|
|
293
|
+
const descriptor = buildBindGroupLayoutDescriptor(FULLSCREEN_DEFAULT_SPEC, { kind: bglKind });
|
|
294
|
+
const colorReads = (entry.reads ?? []).filter(
|
|
295
|
+
(read) => typeof read === 'string' || read.sampleType !== 'depth',
|
|
286
296
|
);
|
|
297
|
+
const extraColorCount = Math.max(0, colorReads.length - 1);
|
|
298
|
+
const firstExtraBinding = hasDepth ? 5 : entry.params === undefined ? 2 : 3;
|
|
299
|
+
for (let index = 0; index < extraColorCount; index += 1) {
|
|
300
|
+
descriptor.entries.push({
|
|
301
|
+
binding: firstExtraBinding + index,
|
|
302
|
+
visibility: GPU_SHADER_STAGE_FRAGMENT,
|
|
303
|
+
texture: { sampleType: 'float', viewDimension: '2d' },
|
|
304
|
+
});
|
|
305
|
+
}
|
|
306
|
+
const bglRes = device.createBindGroupLayout(descriptor);
|
|
287
307
|
if (!bglRes.ok) {
|
|
288
308
|
ctx.errorRegistry.fire(bglRes.error);
|
|
289
309
|
return null;
|
|
@@ -297,6 +317,9 @@ export function buildFullscreenPostProcessPass(
|
|
|
297
317
|
bindGroupLayout: bglRes.value,
|
|
298
318
|
sampler,
|
|
299
319
|
depthSampler,
|
|
320
|
+
extraColorBindings: Object.freeze(
|
|
321
|
+
Array.from({ length: extraColorCount }, (_, index) => firstExtraBinding + index),
|
|
322
|
+
),
|
|
300
323
|
createHandle: (name, pipeline, paramsBuffer) => ({
|
|
301
324
|
name,
|
|
302
325
|
paramsBuffer,
|
|
@@ -334,6 +357,7 @@ export function createFullscreenBindGroup(
|
|
|
334
357
|
paramsBuffer?: Buffer | null,
|
|
335
358
|
depthTexView?: TextureView | null,
|
|
336
359
|
depthSampler?: Sampler | null,
|
|
360
|
+
additionalViews: readonly { readonly binding: number; readonly view: TextureView }[] = [],
|
|
337
361
|
): BindGroup | null {
|
|
338
362
|
const entries: { binding: number; resource: { kind: string; value: unknown } }[] = [
|
|
339
363
|
{ binding: 0, resource: { kind: 'textureView', value: inputView } },
|
|
@@ -353,6 +377,12 @@ export function createFullscreenBindGroup(
|
|
|
353
377
|
entries.push({ binding: 3, resource: { kind: 'textureView', value: depthTexView } });
|
|
354
378
|
entries.push({ binding: 4, resource: { kind: 'sampler', value: depthSampler } });
|
|
355
379
|
}
|
|
380
|
+
for (const additional of additionalViews) {
|
|
381
|
+
entries.push({
|
|
382
|
+
binding: additional.binding,
|
|
383
|
+
resource: { kind: 'textureView', value: additional.view },
|
|
384
|
+
});
|
|
385
|
+
}
|
|
356
386
|
const res = device.createBindGroup({
|
|
357
387
|
label: 'fullscreen-post-process-bg',
|
|
358
388
|
layout: bgl,
|
package/src/gpu-scene.ts
CHANGED
|
@@ -294,6 +294,30 @@ export class GpuScene {
|
|
|
294
294
|
});
|
|
295
295
|
}
|
|
296
296
|
|
|
297
|
+
/** Publish current transforms as previous only after a successful submit. */
|
|
298
|
+
commitTemporalFrame(): Result<void, RhiError> {
|
|
299
|
+
const nextTransform = this.tableBytes.transform.slice(0);
|
|
300
|
+
const next = new Uint8Array(nextTransform);
|
|
301
|
+
const current = new Uint8Array(this.tableBytes.transform);
|
|
302
|
+
const currentOffset = offset(TRANSFORM, 'currentWorld');
|
|
303
|
+
const previousOffset = offset(TRANSFORM, 'previousWorld');
|
|
304
|
+
for (let index = 0; index < this.capacity; index += 1) {
|
|
305
|
+
next.set(
|
|
306
|
+
current.subarray(
|
|
307
|
+
index * TRANSFORM.stride + currentOffset,
|
|
308
|
+
index * TRANSFORM.stride + currentOffset + 64,
|
|
309
|
+
),
|
|
310
|
+
index * TRANSFORM.stride + previousOffset,
|
|
311
|
+
);
|
|
312
|
+
}
|
|
313
|
+
const uploaded = this.device.queue.writeBuffer(this.buffers.transform, 0, next);
|
|
314
|
+
if (!uploaded.ok) return uploaded;
|
|
315
|
+
this.tableBytes.transform = nextTransform;
|
|
316
|
+
this.uploadRanges += 1;
|
|
317
|
+
this.uploadBytes += next.byteLength;
|
|
318
|
+
return ok(undefined);
|
|
319
|
+
}
|
|
320
|
+
|
|
297
321
|
rebuild(slots: readonly RenderSceneSlot[]): Result<GpuSceneSyncResult, RhiError> {
|
|
298
322
|
this.allocations.clear();
|
|
299
323
|
this.instances.reset();
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
// skylight-bind-group.ts -- Skylight resources merged into @group(1) PBR
|
|
2
|
-
// material BGL (binding 7..13) + fallback identity resource bundle.
|
|
2
|
+
// material BGL (binding 7..13) + fallback identity resource bundle. The
|
|
3
|
+
// complete Standard material group appends transmission entries.
|
|
3
4
|
//
|
|
4
5
|
// Plan-strategy D-5 (round-4 REVISED): the round-2 stand-alone @group(4)
|
|
5
6
|
// Skylight BindGroupLayout collided with WebGPU's default maxBindGroups=4
|
|
@@ -18,9 +19,10 @@
|
|
|
18
19
|
// (createRenderer) is responsible for passing the result to
|
|
19
20
|
// `device.createBindGroupLayout`.
|
|
20
21
|
// - assembleMaterialWithSkylightEntries(materialEntries, skylightResources):
|
|
21
|
-
// given the existing
|
|
22
|
-
// resource bundle (active or fallback), returns the merged
|
|
23
|
-
// array
|
|
22
|
+
// given the existing material BindGroupEntry values + a skylight
|
|
23
|
+
// resource bundle (active or fallback), returns the merged material
|
|
24
|
+
// array with the engine-owned transmission pair at the end, suitable for
|
|
25
|
+
// `device.createBindGroup`. Charter P5 minimal
|
|
24
26
|
// surface: this helper does NOT allocate samplers/textures itself.
|
|
25
27
|
// - createSkylightFallback(device, queue): allocate a 1x1 white
|
|
26
28
|
// irradiance/prefilter cube pair + a 1x1 BRDF approximation + intensity=0 uniform
|
|
@@ -232,22 +234,20 @@ export function mergeSkylightIntoMaterialBgl(
|
|
|
232
234
|
* call site, same layout shape -- charter P4 + F1 (AI users do not need
|
|
233
235
|
* a `if (hasSkylight)` branch when writing demos).
|
|
234
236
|
*/
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
readonly
|
|
238
|
-
readonly
|
|
239
|
-
readonly occlusionView: TextureView;
|
|
237
|
+
/** Engine-owned material transmission injection resources. */
|
|
238
|
+
export interface TransmissionBindGroupResources {
|
|
239
|
+
readonly sampler: Sampler;
|
|
240
|
+
readonly backdropView?: TextureView | null;
|
|
240
241
|
}
|
|
241
242
|
|
|
242
|
-
// Lightmap (emissive + occlusion sampler/texture pair x 2)
|
|
243
|
-
//
|
|
244
|
-
//
|
|
245
|
-
// the lightmap binding land naturally at start = 14 (D-6 / w15).
|
|
243
|
+
// Lightmap (emissive + occlusion sampler/texture pair x 2) and transmission
|
|
244
|
+
// injection starts are computed from the assembled list length on each push —
|
|
245
|
+
// no hardcoded binding literals.
|
|
246
246
|
|
|
247
247
|
export function assembleMaterialWithSkylightEntries(
|
|
248
248
|
materialEntries: readonly BindGroupEntry[],
|
|
249
249
|
skylight: SkylightBindGroupResources,
|
|
250
|
-
|
|
250
|
+
transmission?: TransmissionBindGroupResources | undefined,
|
|
251
251
|
): BindGroupEntry[] {
|
|
252
252
|
// IBL injection start = end of the user-region. The user-region IS
|
|
253
253
|
// `materialEntries` (UBO binding 0 + N sampler/texture pairs), so its length
|
|
@@ -287,30 +287,22 @@ export function assembleMaterialWithSkylightEntries(
|
|
|
287
287
|
resource: { kind: 'buffer', value: { buffer: skylight.intensityBuffer } },
|
|
288
288
|
},
|
|
289
289
|
];
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
},
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
},
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
resource: { kind: 'sampler', value: emissiveAo.occlusionSampler },
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
binding: lightmapStart + 3,
|
|
310
|
-
resource: { kind: 'textureView', value: emissiveAo.occlusionView },
|
|
311
|
-
},
|
|
312
|
-
);
|
|
313
|
-
}
|
|
290
|
+
// Transmission injection is always present after IBL. Non-transmission
|
|
291
|
+
// variants bind the existing Skylight resources as layout-only placeholders;
|
|
292
|
+
// they are not a functional fallback and are never sampled by those shaders.
|
|
293
|
+
const transmissionSampler = transmission?.sampler ?? skylight.irradianceSampler;
|
|
294
|
+
const transmissionView = transmission?.backdropView ?? skylight.brdfLutView;
|
|
295
|
+
const transmissionStart = result.length;
|
|
296
|
+
result.push(
|
|
297
|
+
{
|
|
298
|
+
binding: transmissionStart,
|
|
299
|
+
resource: { kind: 'sampler', value: transmissionSampler },
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
binding: transmissionStart + 1,
|
|
303
|
+
resource: { kind: 'textureView', value: transmissionView },
|
|
304
|
+
},
|
|
305
|
+
);
|
|
314
306
|
return result;
|
|
315
307
|
}
|
|
316
308
|
|
package/src/index.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// @forgeax/engine-render — AI-facing render vocabulary.
|
|
2
2
|
//
|
|
3
3
|
// The root is deliberately small: ECS render components, grouped closed
|
|
4
|
-
// values, the renderer lifecycle/receipt contract, and
|
|
5
|
-
// RenderFeature plan. Graph builders, prepared GPU state, pipeline
|
|
4
|
+
// values, immutable frame facts, the renderer lifecycle/receipt contract, and
|
|
5
|
+
// the declarative RenderFeature plan. Graph builders, prepared GPU state, pipeline
|
|
6
6
|
// implementations, builtin feature factories, and diagnostic class names are
|
|
7
7
|
// owner-local implementation details.
|
|
8
8
|
|
|
@@ -11,13 +11,20 @@ export {
|
|
|
11
11
|
renderPipelineContribution,
|
|
12
12
|
samplerContribution,
|
|
13
13
|
} from './assets/asset-decoders';
|
|
14
|
-
|
|
14
|
+
export { Atmosphere } from './components/atmosphere';
|
|
15
15
|
// ECS render vocabulary and grouped closed values.
|
|
16
|
-
export type {
|
|
16
|
+
export type {
|
|
17
|
+
Antialias,
|
|
18
|
+
BloomEnabled,
|
|
19
|
+
CameraData,
|
|
20
|
+
CameraProjection,
|
|
21
|
+
Tonemap,
|
|
22
|
+
} from './components/camera';
|
|
17
23
|
export {
|
|
18
24
|
ANTIALIAS_FXAA,
|
|
19
25
|
ANTIALIAS_MSAA,
|
|
20
26
|
ANTIALIAS_NONE,
|
|
27
|
+
ANTIALIAS_TAA,
|
|
21
28
|
BLOOM_DISABLED,
|
|
22
29
|
BLOOM_ENABLED,
|
|
23
30
|
CAMERA_PROJECTION_ORTHOGRAPHIC,
|
|
@@ -36,11 +43,13 @@ export {
|
|
|
36
43
|
TONEMAP_REINHARD_EXTENDED,
|
|
37
44
|
} from './components/camera';
|
|
38
45
|
export * from './components/directional-light';
|
|
46
|
+
export { Fog } from './components/fog';
|
|
39
47
|
export { Instances, type InstancesData } from './components/instances';
|
|
40
48
|
export { Layer } from './components/layer';
|
|
41
49
|
export { Lines } from './components/lines';
|
|
42
50
|
export * from './components/mesh-filter';
|
|
43
51
|
export * from './components/mesh-renderer';
|
|
52
|
+
export { MotionBlur } from './components/motion-blur';
|
|
44
53
|
export { PointLight } from './components/point-light';
|
|
45
54
|
export { PointLightShadow } from './components/point-light-shadow';
|
|
46
55
|
export {
|
|
@@ -65,9 +74,35 @@ export {
|
|
|
65
74
|
VisibilityStateValue,
|
|
66
75
|
visibilityStateFromU32,
|
|
67
76
|
} from './components/visibility';
|
|
77
|
+
export type {
|
|
78
|
+
EnvironmentInspection,
|
|
79
|
+
EnvironmentInspectionFailure,
|
|
80
|
+
EnvironmentInspectionGeneration,
|
|
81
|
+
EnvironmentInspectionStatus,
|
|
82
|
+
} from './environment/inspection';
|
|
68
83
|
// Public structured operation failure union. Concrete error classes stay
|
|
69
84
|
// behind the Renderer Result/event boundary.
|
|
70
|
-
export type {
|
|
85
|
+
export type {
|
|
86
|
+
RenderError,
|
|
87
|
+
RenderErrorCode,
|
|
88
|
+
SceneDataUnavailableDetail,
|
|
89
|
+
SceneDataUnavailableReason,
|
|
90
|
+
} from './errors/render';
|
|
91
|
+
export {
|
|
92
|
+
AtmosphereInvalidParameterError,
|
|
93
|
+
EnvironmentGenerationFailedError,
|
|
94
|
+
EnvironmentSourceConflictError,
|
|
95
|
+
FogCardinalityError,
|
|
96
|
+
OwnerStageFailedError,
|
|
97
|
+
SceneDataUnavailableError,
|
|
98
|
+
TaaCapsInsufficientError,
|
|
99
|
+
} from './errors/render';
|
|
100
|
+
export type {
|
|
101
|
+
EnvironmentFrame,
|
|
102
|
+
EnvironmentSource,
|
|
103
|
+
FogFrame,
|
|
104
|
+
FramePlan,
|
|
105
|
+
} from './extract/environment';
|
|
71
106
|
export {
|
|
72
107
|
resolveVisibility,
|
|
73
108
|
type VisibilityResolution,
|
|
@@ -75,6 +110,7 @@ export {
|
|
|
75
110
|
} from './extract/visibility';
|
|
76
111
|
export type {
|
|
77
112
|
RenderFeatureLogicalTarget,
|
|
113
|
+
RenderFeatureMaterialShaderBindingContract,
|
|
78
114
|
RenderFeaturePassDeclaration,
|
|
79
115
|
RenderFeaturePlan,
|
|
80
116
|
RenderFeaturePlanContext,
|
|
@@ -90,10 +126,17 @@ export type {
|
|
|
90
126
|
RenderFeatureErrorDescriptor,
|
|
91
127
|
RenderFeatureExtractContext,
|
|
92
128
|
RenderFeatureHiddenEntityReport,
|
|
129
|
+
RenderFeatureShaderModuleMode,
|
|
93
130
|
RenderFeatureStatus,
|
|
94
131
|
RenderFeatureWorldVisibilitySnapshot,
|
|
95
132
|
} from './features/types';
|
|
96
|
-
export {
|
|
133
|
+
export type {
|
|
134
|
+
BloomInspection,
|
|
135
|
+
MotionBlurInspection,
|
|
136
|
+
MotionBlurInspectionStatus,
|
|
137
|
+
TransmissionInspection,
|
|
138
|
+
} from './inspection-types';
|
|
139
|
+
export { Materials, MaterialTransmissionContractError } from './materials';
|
|
97
140
|
// The host-facing default is a stable profile value; implementation-only
|
|
98
141
|
// pipeline helpers remain behind the package boundary.
|
|
99
142
|
export { DEFAULT_STANDARD_PROFILE } from './pipeline/standard-profile';
|
|
@@ -127,3 +170,20 @@ export type {
|
|
|
127
170
|
RenderWorldLease,
|
|
128
171
|
} from './render-contract';
|
|
129
172
|
export { RENDER_PHASE_CATALOG } from './render-contract';
|
|
173
|
+
export type { TemporalInspection, TemporalResourceInspection } from './temporal/inspection';
|
|
174
|
+
export {
|
|
175
|
+
SCENE_DATA_TEMPORAL_V1_DESCRIPTOR,
|
|
176
|
+
SCENE_DATA_TEMPORAL_V1_SCHEMA,
|
|
177
|
+
type SceneDataLane,
|
|
178
|
+
type SceneDataSchemaId,
|
|
179
|
+
type SceneDataTarget,
|
|
180
|
+
type SceneDataTemporalV1Descriptor,
|
|
181
|
+
} from './temporal/scene-data';
|
|
182
|
+
export {
|
|
183
|
+
createSceneDataCatalog,
|
|
184
|
+
type SceneDataAvailability,
|
|
185
|
+
type SceneDataCatalog,
|
|
186
|
+
type SceneDataCatalogOptions,
|
|
187
|
+
type SceneDataInspection,
|
|
188
|
+
} from './temporal/scene-data-catalog';
|
|
189
|
+
export type { TemporalView } from './temporal/view';
|
package/src/inspection-types.ts
CHANGED
|
@@ -6,6 +6,24 @@
|
|
|
6
6
|
|
|
7
7
|
import type { PointsLinesInspection } from './points-lines/inspection';
|
|
8
8
|
|
|
9
|
+
export type BloomGraphStatus = 'empty' | 'valid' | 'invalid';
|
|
10
|
+
|
|
11
|
+
export interface BloomInspection {
|
|
12
|
+
readonly graphStatus: BloomGraphStatus;
|
|
13
|
+
readonly enabled: boolean;
|
|
14
|
+
readonly targetCount: number;
|
|
15
|
+
readonly targetBytes: number;
|
|
16
|
+
readonly resourceCount: number;
|
|
17
|
+
readonly passCount: number;
|
|
18
|
+
readonly encodeCount: number;
|
|
19
|
+
readonly bindGroupCount: number;
|
|
20
|
+
readonly uploadCount: number;
|
|
21
|
+
readonly residentChildBytes: number;
|
|
22
|
+
readonly generation: number;
|
|
23
|
+
readonly state: 'off' | 'active' | 'retiring';
|
|
24
|
+
}
|
|
25
|
+
export type { TransmissionInspection } from './transmission/inspection';
|
|
26
|
+
|
|
9
27
|
export interface BatchTopologyInspection {
|
|
10
28
|
readonly revision: number;
|
|
11
29
|
readonly batchCount: number;
|
|
@@ -47,6 +65,36 @@ export interface GpuDrivenProductionInspection {
|
|
|
47
65
|
readonly cpuFallbackDrawItems: number;
|
|
48
66
|
}
|
|
49
67
|
|
|
68
|
+
/** Detached semantic descriptor for the Standard scene-temporal producer. */
|
|
69
|
+
export interface TemporalTargetInspection {
|
|
70
|
+
readonly identity: 'standard-scene-temporal';
|
|
71
|
+
readonly producerId: 'forgeax::standard::scene-data';
|
|
72
|
+
readonly schema: 'forgeax::scene-data::temporal-v1';
|
|
73
|
+
readonly targetCount: 1;
|
|
74
|
+
readonly descriptor: {
|
|
75
|
+
readonly format: 'rgba16float';
|
|
76
|
+
readonly width: number;
|
|
77
|
+
readonly height: number;
|
|
78
|
+
readonly sampleCount: 1;
|
|
79
|
+
readonly bytes: number;
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
/** Detached, bounded Motion Blur facts; no graph, device, target, or history handle. */
|
|
84
|
+
export type MotionBlurInspectionStatus = 'off' | 'active' | 'reset' | 'invalid';
|
|
85
|
+
|
|
86
|
+
export interface MotionBlurInspection {
|
|
87
|
+
readonly enabled: boolean;
|
|
88
|
+
readonly status: MotionBlurInspectionStatus;
|
|
89
|
+
readonly shutterAngle: number;
|
|
90
|
+
readonly maxRadiusPixels: number;
|
|
91
|
+
readonly sampleCount: number;
|
|
92
|
+
readonly temporalDemand: 'none' | 'scene-data-temporal-v1';
|
|
93
|
+
readonly passName: 'motion-blur';
|
|
94
|
+
readonly historyWrites: 0;
|
|
95
|
+
readonly lastFailure?: 'invalid-params' | 'scene-data-unavailable';
|
|
96
|
+
}
|
|
97
|
+
|
|
50
98
|
export type RenderSceneResyncReason =
|
|
51
99
|
| 'attach'
|
|
52
100
|
| 'asset-catalog-changed'
|
package/src/internal.ts
CHANGED
|
@@ -7,3 +7,8 @@ export {
|
|
|
7
7
|
type TilesetRuntimeError,
|
|
8
8
|
type TilesetRuntimeErrorCode,
|
|
9
9
|
} from '@forgeax/engine-assets-runtime';
|
|
10
|
+
export {
|
|
11
|
+
type GraphTargetCaptureReadbackValidation,
|
|
12
|
+
validateGraphTargetCaptureReadback,
|
|
13
|
+
} from './record/frame-snapshot';
|
|
14
|
+
export { TemporalFrameCoordinator } from './temporal/frame-coordinator';
|