@forgeax/engine-render 0.1.28 → 0.1.29

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.
Files changed (642) hide show
  1. package/README.md +627 -124
  2. package/dist/assembly/atmosphere-shader-prewarm.d.ts +6 -0
  3. package/dist/assembly/atmosphere-shader-prewarm.d.ts.map +1 -0
  4. package/dist/assembly/dynamic-geometry-host.d.ts +21 -0
  5. package/dist/assembly/dynamic-geometry-host.d.ts.map +1 -1
  6. package/dist/assembly/dynamic-geometry-runtime.d.ts +20 -0
  7. package/dist/assembly/dynamic-geometry-runtime.d.ts.map +1 -0
  8. package/dist/assembly/factory.d.ts +3 -1
  9. package/dist/assembly/factory.d.ts.map +1 -1
  10. package/dist/assembly/gpu-driven-owner.d.ts +10 -0
  11. package/dist/assembly/gpu-driven-owner.d.ts.map +1 -0
  12. package/dist/assembly/host-contract.d.ts +8 -0
  13. package/dist/assembly/host-contract.d.ts.map +1 -1
  14. package/dist/assembly/material/assembly.d.ts +7 -0
  15. package/dist/assembly/material/assembly.d.ts.map +1 -1
  16. package/dist/assembly/material-shader-policy.d.ts +3 -1
  17. package/dist/assembly/material-shader-policy.d.ts.map +1 -1
  18. package/dist/assembly/recovery/failure-location.d.ts +12 -0
  19. package/dist/assembly/recovery/failure-location.d.ts.map +1 -0
  20. package/dist/assembly/recovery/renderer-recover.d.ts +6 -4
  21. package/dist/assembly/recovery/renderer-recover.d.ts.map +1 -1
  22. package/dist/assembly/renderer-facade.d.ts.map +1 -1
  23. package/dist/assembly/renderer-feature-inspection.d.ts +5 -0
  24. package/dist/assembly/renderer-feature-inspection.d.ts.map +1 -0
  25. package/dist/assembly/renderer-frame-transaction.d.ts +19 -0
  26. package/dist/assembly/renderer-frame-transaction.d.ts.map +1 -1
  27. package/dist/assembly/renderer-helpers.d.ts +3 -0
  28. package/dist/assembly/renderer-helpers.d.ts.map +1 -1
  29. package/dist/assembly/renderer-inspection.d.ts +4 -0
  30. package/dist/assembly/renderer-inspection.d.ts.map +1 -1
  31. package/dist/assembly/shader-prewarm-policy.d.ts +6 -0
  32. package/dist/assembly/shader-prewarm-policy.d.ts.map +1 -1
  33. package/dist/assembly/skin-palette-owner.d.ts +8 -0
  34. package/dist/assembly/skin-palette-owner.d.ts.map +1 -0
  35. package/dist/assembly/ssr-shader-prewarm.d.ts +6 -0
  36. package/dist/assembly/ssr-shader-prewarm.d.ts.map +1 -0
  37. package/dist/assembly/webgpu-device-loss.d.ts +15 -0
  38. package/dist/assembly/webgpu-device-loss.d.ts.map +1 -0
  39. package/dist/assembly/webgpu-pbr-ready.d.ts +38 -0
  40. package/dist/assembly/webgpu-pbr-ready.d.ts.map +1 -0
  41. package/dist/assembly/webgpu-ready-mipmap.d.ts +11 -0
  42. package/dist/assembly/webgpu-ready-mipmap.d.ts.map +1 -0
  43. package/dist/assembly/webgpu-ready.d.ts +7 -3
  44. package/dist/assembly/webgpu-ready.d.ts.map +1 -1
  45. package/dist/assembly/webgpu-renderer-bootstrap.d.ts +10 -0
  46. package/dist/assembly/webgpu-renderer-bootstrap.d.ts.map +1 -0
  47. package/dist/assembly/webgpu-renderer-contract.d.ts +62 -0
  48. package/dist/assembly/webgpu-renderer-contract.d.ts.map +1 -0
  49. package/dist/assembly/webgpu-renderer-guards.d.ts +9 -0
  50. package/dist/assembly/webgpu-renderer-guards.d.ts.map +1 -0
  51. package/dist/assembly/webgpu-renderer-observation.d.ts +6 -0
  52. package/dist/assembly/webgpu-renderer-observation.d.ts.map +1 -0
  53. package/dist/assembly/webgpu-renderer-recovery-failure.d.ts +12 -0
  54. package/dist/assembly/webgpu-renderer-recovery-failure.d.ts.map +1 -0
  55. package/dist/assembly/webgpu-renderer.d.ts +7 -141
  56. package/dist/assembly/webgpu-renderer.d.ts.map +1 -1
  57. package/dist/assembly/webgpu-vertex-layouts.d.ts +28 -84
  58. package/dist/assembly/webgpu-vertex-layouts.d.ts.map +1 -1
  59. package/dist/authoring.mjs +2 -2
  60. package/dist/{chunk-JAASCMXA.mjs → chunk-33XZFTQU.mjs} +245 -39
  61. package/dist/chunk-33XZFTQU.mjs.map +1 -0
  62. package/dist/{chunk-GF523LHF.mjs → chunk-BLXGONR2.mjs} +30 -12
  63. package/dist/chunk-BLXGONR2.mjs.map +1 -0
  64. package/dist/{chunk-J52NMQKR.mjs → chunk-BQVQOQJH.mjs} +1086 -838
  65. package/dist/chunk-BQVQOQJH.mjs.map +1 -0
  66. package/dist/{chunk-IQMKJLNU.mjs → chunk-BTWH7BP4.mjs} +386 -17
  67. package/dist/chunk-BTWH7BP4.mjs.map +1 -0
  68. package/dist/{chunk-MBU4ZVE7.mjs → chunk-FUODTTIA.mjs} +3921 -671
  69. package/dist/chunk-FUODTTIA.mjs.map +1 -0
  70. package/dist/{chunk-MYJ5RPJO.mjs → chunk-JQTSEI3Z.mjs} +3 -3
  71. package/dist/{chunk-MYJ5RPJO.mjs.map → chunk-JQTSEI3Z.mjs.map} +1 -1
  72. package/dist/{chunk-GE3SDD72.mjs → chunk-NICXSHAT.mjs} +16 -38
  73. package/dist/chunk-NICXSHAT.mjs.map +1 -0
  74. package/dist/{chunk-J6KACNOH.mjs → chunk-NRNXBLIJ.mjs} +577 -7
  75. package/dist/chunk-NRNXBLIJ.mjs.map +1 -0
  76. package/dist/{chunk-RBDBZ5R7.mjs → chunk-PA5DRJNI.mjs} +2 -2
  77. package/dist/chunk-PA5DRJNI.mjs.map +1 -0
  78. package/dist/{chunk-VSL23LZE.mjs → chunk-S4DNKQYQ.mjs} +1117 -445
  79. package/dist/chunk-S4DNKQYQ.mjs.map +1 -0
  80. package/dist/components/camera.d.ts +62 -2
  81. package/dist/components/camera.d.ts.map +1 -1
  82. package/dist/components/index.d.ts +1 -0
  83. package/dist/components/index.d.ts.map +1 -1
  84. package/dist/components/instances.d.ts +6 -20
  85. package/dist/components/instances.d.ts.map +1 -1
  86. package/dist/components/scene-instance.d.ts +2 -1
  87. package/dist/components/scene-instance.d.ts.map +1 -1
  88. package/dist/components/screen-space-reflection.d.ts +14 -0
  89. package/dist/components/screen-space-reflection.d.ts.map +1 -0
  90. package/dist/construct-renderer.mjs +12888 -7025
  91. package/dist/construct-renderer.mjs.map +1 -1
  92. package/dist/device/gpu-residency.d.ts +1 -12
  93. package/dist/device/gpu-residency.d.ts.map +1 -1
  94. package/dist/environment/background.d.ts +6 -0
  95. package/dist/environment/background.d.ts.map +1 -0
  96. package/dist/errors/gpu-driven.d.ts +6 -3
  97. package/dist/errors/gpu-driven.d.ts.map +1 -1
  98. package/dist/errors/render.d.ts +7 -4
  99. package/dist/errors/render.d.ts.map +1 -1
  100. package/dist/extract/camera.d.ts.map +1 -1
  101. package/dist/extract/gpu-driven.d.ts +33 -3
  102. package/dist/extract/gpu-driven.d.ts.map +1 -1
  103. package/dist/features/host.d.ts +23 -1
  104. package/dist/features/host.d.ts.map +1 -1
  105. package/dist/features/noise-texture.d.ts +17 -0
  106. package/dist/features/noise-texture.d.ts.map +1 -0
  107. package/dist/features/plan.d.ts +83 -2
  108. package/dist/features/plan.d.ts.map +1 -1
  109. package/dist/features/prepared-gpu-work.d.ts +37 -4
  110. package/dist/features/prepared-gpu-work.d.ts.map +1 -1
  111. package/dist/features/prepared-graphics-store.d.ts.map +1 -1
  112. package/dist/features/prepared-graphics.d.ts +5 -0
  113. package/dist/features/prepared-graphics.d.ts.map +1 -1
  114. package/dist/features/render-graph-compute.d.ts +5 -3
  115. package/dist/features/render-graph-compute.d.ts.map +1 -1
  116. package/dist/features/render-graph-contribution.d.ts +11 -3
  117. package/dist/features/render-graph-contribution.d.ts.map +1 -1
  118. package/dist/features/render-graph-raster.d.ts +19 -3
  119. package/dist/features/render-graph-raster.d.ts.map +1 -1
  120. package/dist/features/types.d.ts +11 -0
  121. package/dist/features/types.d.ts.map +1 -1
  122. package/dist/fullscreen-post-process-pass.d.ts +2 -0
  123. package/dist/fullscreen-post-process-pass.d.ts.map +1 -1
  124. package/dist/gpu-driven/batch-topology.d.ts +34 -1
  125. package/dist/gpu-driven/batch-topology.d.ts.map +1 -1
  126. package/dist/gpu-driven/pbr-program.d.ts +10 -0
  127. package/dist/gpu-driven/pbr-program.d.ts.map +1 -0
  128. package/dist/gpu-driven/prepared-draw.d.ts.map +1 -1
  129. package/dist/gpu-driven/production-raster.d.ts +144 -23
  130. package/dist/gpu-driven/production-raster.d.ts.map +1 -1
  131. package/dist/gpu-driven/shadow-views.d.ts +126 -0
  132. package/dist/gpu-driven/shadow-views.d.ts.map +1 -0
  133. package/dist/gpu-driven/view-gpu.d.ts +18 -2
  134. package/dist/gpu-driven/view-gpu.d.ts.map +1 -1
  135. package/dist/gpu-scene-schema.d.ts +2 -8
  136. package/dist/gpu-scene-schema.d.ts.map +1 -1
  137. package/dist/gpu-scene.d.ts +14 -0
  138. package/dist/gpu-scene.d.ts.map +1 -1
  139. package/dist/gpu-texture-usage.d.ts +1 -0
  140. package/dist/gpu-texture-usage.d.ts.map +1 -1
  141. package/dist/hdrp-buffers.d.ts +6 -0
  142. package/dist/hdrp-buffers.d.ts.map +1 -1
  143. package/dist/ibl/frame-resources.d.ts +8 -0
  144. package/dist/ibl/frame-resources.d.ts.map +1 -0
  145. package/dist/ibl/skylight-bind-group.d.ts.map +1 -1
  146. package/dist/index.d.ts +18 -8
  147. package/dist/index.d.ts.map +1 -1
  148. package/dist/index.mjs +8 -8
  149. package/dist/inspection-types.d.ts +164 -0
  150. package/dist/inspection-types.d.ts.map +1 -1
  151. package/dist/instances-derived-bounds.d.ts +11 -0
  152. package/dist/instances-derived-bounds.d.ts.map +1 -1
  153. package/dist/instances.d.ts +89 -44
  154. package/dist/instances.d.ts.map +1 -1
  155. package/dist/internal.d.ts +3 -0
  156. package/dist/internal.d.ts.map +1 -1
  157. package/dist/internal.mjs +117 -9
  158. package/dist/internal.mjs.map +1 -1
  159. package/dist/lifecycle.d.ts +2 -1
  160. package/dist/lifecycle.d.ts.map +1 -1
  161. package/dist/material-row.d.ts +5 -0
  162. package/dist/material-row.d.ts.map +1 -0
  163. package/dist/materials.d.ts +15 -0
  164. package/dist/materials.d.ts.map +1 -1
  165. package/dist/pbr-pipeline.d.ts +21 -5
  166. package/dist/pbr-pipeline.d.ts.map +1 -1
  167. package/dist/pipeline/standard-forward-lane.d.ts.map +1 -1
  168. package/dist/pipeline/standard-output/auto-exposure/capability.d.ts +12 -0
  169. package/dist/pipeline/standard-output/auto-exposure/capability.d.ts.map +1 -0
  170. package/dist/pipeline/standard-output/auto-exposure/gpu.d.ts +70 -0
  171. package/dist/pipeline/standard-output/auto-exposure/gpu.d.ts.map +1 -0
  172. package/dist/pipeline/standard-output/auto-exposure/graph.d.ts +75 -0
  173. package/dist/pipeline/standard-output/auto-exposure/graph.d.ts.map +1 -0
  174. package/dist/pipeline/standard-output/auto-exposure/inspection.d.ts +111 -0
  175. package/dist/pipeline/standard-output/auto-exposure/inspection.d.ts.map +1 -0
  176. package/dist/pipeline/standard-output/auto-exposure/oracle.d.ts +16 -0
  177. package/dist/pipeline/standard-output/auto-exposure/oracle.d.ts.map +1 -0
  178. package/dist/pipeline/standard-output/auto-exposure/preset.d.ts +14 -0
  179. package/dist/pipeline/standard-output/auto-exposure/preset.d.ts.map +1 -0
  180. package/dist/pipeline/standard-output/auto-exposure/state.d.ts +46 -0
  181. package/dist/pipeline/standard-output/auto-exposure/state.d.ts.map +1 -0
  182. package/dist/pipeline/standard-output/color-transform.d.ts +27 -0
  183. package/dist/pipeline/standard-output/color-transform.d.ts.map +1 -0
  184. package/dist/pipeline/standard-output/graph.d.ts +15 -0
  185. package/dist/pipeline/standard-output/graph.d.ts.map +1 -0
  186. package/dist/pipeline/standard-output/lut-admission.d.ts +29 -0
  187. package/dist/pipeline/standard-output/lut-admission.d.ts.map +1 -0
  188. package/dist/pipeline/standard-output/lut-gpu.d.ts +48 -0
  189. package/dist/pipeline/standard-output/lut-gpu.d.ts.map +1 -0
  190. package/dist/pipeline/standard-output/lut-state.d.ts +68 -0
  191. package/dist/pipeline/standard-output/lut-state.d.ts.map +1 -0
  192. package/dist/pipeline/standard-output/resources.d.ts +10 -0
  193. package/dist/pipeline/standard-output/resources.d.ts.map +1 -0
  194. package/dist/pipeline/standard-output/types.d.ts +39 -0
  195. package/dist/pipeline/standard-output/types.d.ts.map +1 -0
  196. package/dist/pipeline/standard-pipeline.d.ts.map +1 -1
  197. package/dist/pipeline/standard-post.d.ts +2 -2
  198. package/dist/pipeline/standard-post.d.ts.map +1 -1
  199. package/dist/pipeline-builder.d.ts +2 -1
  200. package/dist/pipeline-builder.d.ts.map +1 -1
  201. package/dist/pipeline-spec-types.d.ts +4 -0
  202. package/dist/pipeline-spec-types.d.ts.map +1 -1
  203. package/dist/pipeline-spec.d.ts +1 -9
  204. package/dist/pipeline-spec.d.ts.map +1 -1
  205. package/dist/points-lines/standard-owner.d.ts +1 -1
  206. package/dist/points-lines/standard-owner.d.ts.map +1 -1
  207. package/dist/prepare/prepared-graphics-resolver.d.ts +6 -1
  208. package/dist/prepare/prepared-graphics-resolver.d.ts.map +1 -1
  209. package/dist/record/dynamic-geometry-consumption.d.ts +15 -0
  210. package/dist/record/dynamic-geometry-consumption.d.ts.map +1 -0
  211. package/dist/record/frame-lighting.d.ts +3 -3
  212. package/dist/record/frame-lighting.d.ts.map +1 -1
  213. package/dist/record/frame-snapshot.d.ts +106 -5
  214. package/dist/record/frame-snapshot.d.ts.map +1 -1
  215. package/dist/record/frame-targets.d.ts.map +1 -1
  216. package/dist/record/frame.d.ts +39 -4
  217. package/dist/record/frame.d.ts.map +1 -1
  218. package/dist/record/main-pass-geometry.d.ts +7 -8
  219. package/dist/record/main-pass-geometry.d.ts.map +1 -1
  220. package/dist/record/main-pass-material.d.ts +38 -1
  221. package/dist/record/main-pass-material.d.ts.map +1 -1
  222. package/dist/record/main-pass-sprite-draws.d.ts +2 -10
  223. package/dist/record/main-pass-sprite-draws.d.ts.map +1 -1
  224. package/dist/record/main-pass.d.ts +12 -2
  225. package/dist/record/main-pass.d.ts.map +1 -1
  226. package/dist/record/mesh-ssbo.d.ts +15 -6
  227. package/dist/record/mesh-ssbo.d.ts.map +1 -1
  228. package/dist/record/prepared-material-bindings.d.ts +19 -0
  229. package/dist/record/prepared-material-bindings.d.ts.map +1 -0
  230. package/dist/record/recovery-pipeline.d.ts +2 -9
  231. package/dist/record/recovery-pipeline.d.ts.map +1 -1
  232. package/dist/record/render-context.d.ts +74 -26
  233. package/dist/record/render-context.d.ts.map +1 -1
  234. package/dist/record/shadow-pass.d.ts +62 -7
  235. package/dist/record/shadow-pass.d.ts.map +1 -1
  236. package/dist/record/skybox-post-pass.d.ts +1 -1
  237. package/dist/record/skybox-post-pass.d.ts.map +1 -1
  238. package/dist/record/typed-frame-graph.d.ts +35 -7
  239. package/dist/record/typed-frame-graph.d.ts.map +1 -1
  240. package/dist/record/view-ubo.d.ts +1 -0
  241. package/dist/record/view-ubo.d.ts.map +1 -1
  242. package/dist/recovery/render-system-candidate.d.ts +10 -2
  243. package/dist/recovery/render-system-candidate.d.ts.map +1 -1
  244. package/dist/recovery/render-system-roots.d.ts +11 -0
  245. package/dist/recovery/render-system-roots.d.ts.map +1 -0
  246. package/dist/recovery/types.d.ts +76 -0
  247. package/dist/recovery/types.d.ts.map +1 -0
  248. package/dist/reflection/record-owner.d.ts +0 -2
  249. package/dist/reflection/record-owner.d.ts.map +1 -1
  250. package/dist/render-contract.d.ts +173 -30
  251. package/dist/render-contract.d.ts.map +1 -1
  252. package/dist/render-graph-primitives.d.ts +1 -0
  253. package/dist/render-graph-primitives.d.ts.map +1 -1
  254. package/dist/render-pipeline.d.ts +64 -5
  255. package/dist/render-pipeline.d.ts.map +1 -1
  256. package/dist/render-system-extract-tail.d.ts +7 -5
  257. package/dist/render-system-extract-tail.d.ts.map +1 -1
  258. package/dist/render-system-extract.d.ts +101 -41
  259. package/dist/render-system-extract.d.ts.map +1 -1
  260. package/dist/render-system-projections.d.ts +22 -0
  261. package/dist/render-system-projections.d.ts.map +1 -0
  262. package/dist/render-system.d.ts +27 -77
  263. package/dist/render-system.d.ts.map +1 -1
  264. package/dist/scene/render-scene-types.d.ts +14 -7
  265. package/dist/scene/render-scene-types.d.ts.map +1 -1
  266. package/dist/scene/render-scene.d.ts +29 -11
  267. package/dist/scene/render-scene.d.ts.map +1 -1
  268. package/dist/scene/shadow-visibility.d.ts +5 -0
  269. package/dist/scene/shadow-visibility.d.ts.map +1 -0
  270. package/dist/ssr/admission.d.ts +70 -1
  271. package/dist/ssr/admission.d.ts.map +1 -1
  272. package/dist/ssr/compose.d.ts +13 -0
  273. package/dist/ssr/compose.d.ts.map +1 -0
  274. package/dist/ssr/errors.d.ts +35 -0
  275. package/dist/ssr/errors.d.ts.map +1 -1
  276. package/dist/ssr/graph.d.ts +60 -0
  277. package/dist/ssr/graph.d.ts.map +1 -0
  278. package/dist/ssr/history.d.ts +97 -0
  279. package/dist/ssr/history.d.ts.map +1 -0
  280. package/dist/ssr/hiz.d.ts +37 -0
  281. package/dist/ssr/hiz.d.ts.map +1 -0
  282. package/dist/ssr/inspection.d.ts +42 -0
  283. package/dist/ssr/inspection.d.ts.map +1 -0
  284. package/dist/ssr/resources.d.ts +58 -0
  285. package/dist/ssr/resources.d.ts.map +1 -0
  286. package/dist/ssr/temporal.d.ts +38 -0
  287. package/dist/ssr/temporal.d.ts.map +1 -0
  288. package/dist/systems/skin-palette-allocator.d.ts +32 -10
  289. package/dist/systems/skin-palette-allocator.d.ts.map +1 -1
  290. package/dist/systems/skin-palette-types.d.ts +15 -0
  291. package/dist/systems/skin-palette-types.d.ts.map +1 -1
  292. package/dist/systems/transparent-dispatch.d.ts +9 -0
  293. package/dist/systems/transparent-dispatch.d.ts.map +1 -0
  294. package/dist/targets/material-source.d.ts +7 -0
  295. package/dist/targets/material-source.d.ts.map +1 -1
  296. package/dist/temporal/frame-coordinator.d.ts +7 -0
  297. package/dist/temporal/frame-coordinator.d.ts.map +1 -1
  298. package/dist/temporal/gpu.d.ts +8 -0
  299. package/dist/temporal/gpu.d.ts.map +1 -1
  300. package/dist/temporal/history.d.ts.map +1 -1
  301. package/dist/temporal/index.mjs +6 -6
  302. package/dist/temporal/inspection.d.ts.map +1 -1
  303. package/dist/temporal/standard-scene-data.d.ts +2 -1
  304. package/dist/temporal/standard-scene-data.d.ts.map +1 -1
  305. package/dist/temporal/temporal-view.d.ts +2 -0
  306. package/dist/temporal/temporal-view.d.ts.map +1 -1
  307. package/dist/typed-render-graph-primitives.d.ts +35 -1
  308. package/dist/typed-render-graph-primitives.d.ts.map +1 -1
  309. package/dist/typed-shadow-passes.d.ts +3 -1
  310. package/dist/typed-shadow-passes.d.ts.map +1 -1
  311. package/dist/volume/temporal.d.ts +6 -0
  312. package/dist/volume/temporal.d.ts.map +1 -1
  313. package/package.json +21 -20
  314. package/src/__tests__/auto-exposure-gpu-evidence.ts +291 -0
  315. package/src/__tests__/auto-exposure-inspection.unit.test.ts +80 -0
  316. package/src/__tests__/auto-exposure-transaction.integration.test.ts +99 -0
  317. package/src/__tests__/auto-exposure.browser.test.ts +33 -0
  318. package/src/__tests__/auto-exposure.dawn.test.ts +33 -0
  319. package/src/__tests__/detached-inspection.integration.test.ts +5 -0
  320. package/src/__tests__/device-scope-lifecycle.unit.test.ts +18 -0
  321. package/src/__tests__/device-scope-stale-matrix.unit.test.ts +18 -0
  322. package/src/__tests__/docs-gate-green.unit.test.ts +3 -3
  323. package/src/__tests__/factory-contract.integration.test.ts +67 -8
  324. package/src/__tests__/fallback-row-stride-surface.unit.test.ts +19 -0
  325. package/src/__tests__/feature-depth-input.dawn.test.ts +121 -0
  326. package/src/__tests__/feature-noise.unit.test.ts +38 -0
  327. package/src/__tests__/fixtures/taa-resolve-pinned-baseline.wgsl +301 -0
  328. package/src/__tests__/frame-camera-selection.unit.test.ts +131 -0
  329. package/src/__tests__/frame-plan-contract.unit.test.ts +24 -0
  330. package/src/__tests__/frame-targets.unit.test.ts +24 -0
  331. package/src/__tests__/fullscreen-feature-plan.unit.test.ts +3 -0
  332. package/src/__tests__/gpu-driven-baseline.characterization.test.ts +79 -0
  333. package/src/__tests__/gpu-driven-batch-topology-pbr.unit.test.ts +287 -6
  334. package/src/__tests__/gpu-driven-indirect-raster-evidence.ts +122 -142
  335. package/src/__tests__/gpu-driven-indirect-raster.browser.test.ts +10 -1
  336. package/src/__tests__/gpu-driven-lod-cache.unit.test.ts +264 -0
  337. package/src/__tests__/gpu-driven-mesh-world-identity.unit.test.ts +349 -0
  338. package/src/__tests__/gpu-driven-pbr.dawn.test.ts +1417 -0
  339. package/src/__tests__/gpu-driven-pbr.integration.test.ts +21 -0
  340. package/src/__tests__/gpu-driven-production-fixture.ts +96 -0
  341. package/src/__tests__/gpu-driven-production.integration.test.ts +1075 -93
  342. package/src/__tests__/gpu-driven-scaling.unit.test.ts +1 -3
  343. package/src/__tests__/gpu-driven-shadow-views.browser.test.ts +63 -0
  344. package/src/__tests__/gpu-driven-shadow-views.dawn.test.ts +294 -0
  345. package/src/__tests__/gpu-driven-shadow-views.integration.test.ts +97 -0
  346. package/src/__tests__/gpu-driven-shadow-views.unit.test.ts +168 -0
  347. package/src/__tests__/gpu-driven-skin-contract.test-d.ts +11 -0
  348. package/src/__tests__/gpu-driven-view-gpu-evidence.ts +72 -20
  349. package/src/__tests__/gpu-driven-view-graph.integration.test.ts +30 -9
  350. package/src/__tests__/gpu-driven-view.unit.test.ts +159 -52
  351. package/src/__tests__/gpu-pass-timing.browser.test.ts +6 -1
  352. package/src/__tests__/gpu-resource-store-stride.unit.test.ts +42 -0
  353. package/src/__tests__/gpu-scene-render-graph-gpu.ts +19 -5
  354. package/src/__tests__/gpu-scene.dawn.test.ts +40 -13
  355. package/src/__tests__/gpu-scene.unit.test.ts +559 -33
  356. package/src/__tests__/instances-culling.integration.test.ts +36 -10
  357. package/src/__tests__/instances-derived-bounds.unit.test.ts +54 -0
  358. package/src/__tests__/instances-store.unit.test.ts +242 -39
  359. package/src/__tests__/ktx2-basis-gpu-consumer.dawn.test.ts +6 -0
  360. package/src/__tests__/lighting-scene-roundtrip.integration.test.ts +13 -16
  361. package/src/__tests__/lut-lkg-transaction.integration.test.ts +122 -0
  362. package/src/__tests__/material-contract-inventory.unit.test.ts +5 -6
  363. package/src/__tests__/material-dispatch-shader-id.unit.test.ts +51 -0
  364. package/src/__tests__/material-lane-selection.unit.test.ts +60 -0
  365. package/src/__tests__/material-numeric-upload.unit.test.ts +53 -0
  366. package/src/__tests__/material-texture-handles.unit.test.ts +18 -0
  367. package/src/__tests__/material-texture-source.unit.test.ts +87 -0
  368. package/src/__tests__/materials-authoring-validation.unit.test.ts +41 -0
  369. package/src/__tests__/materials-standard-contract.unit.test.ts +52 -2
  370. package/src/__tests__/mesh-buffer-usage-surface.unit.test.ts +4 -0
  371. package/src/__tests__/normal-fallback.dawn.test.ts +122 -0
  372. package/src/__tests__/particle-material-input-layout.unit.test.ts +104 -0
  373. package/src/__tests__/physical-clearcoat.integration.test.ts +37 -3
  374. package/src/__tests__/pipeline-texture-specialization.unit.test.ts +138 -0
  375. package/src/__tests__/point-shadow-inspection.unit.test.ts +2 -0
  376. package/src/__tests__/prepared-gpu-driven-pbr-contract.test-d.ts +31 -0
  377. package/src/__tests__/prepared-gpu-driven-pbr-contract.unit.test.ts +39 -0
  378. package/src/__tests__/prepared-gpu-driven-pbr.integration.test.ts +35 -4
  379. package/src/__tests__/prepared-graphics-capability.unit.test.ts +21 -0
  380. package/src/__tests__/prepared-graphics-pipeline-warmup.unit.test.ts +6 -2
  381. package/src/__tests__/profiler-phase-catalog.test.ts +5 -0
  382. package/src/__tests__/public-surface.test-d.ts +3 -0
  383. package/src/__tests__/recovery-candidate-prepare.contract.test.ts +30 -12
  384. package/src/__tests__/reflection-fallback-async-publication.unit.test.ts +104 -0
  385. package/src/__tests__/reflection-probe-record-owner.characterization.unit.test.ts +2 -1
  386. package/src/__tests__/render-error-code-owner.test-d.ts +4 -0
  387. package/src/__tests__/render-error-detail-ssot.test-d.ts +22 -0
  388. package/src/__tests__/render-error-exhaustive.test-d.ts +15 -0
  389. package/src/__tests__/render-feature-gpu-work.integration.test.ts +285 -2
  390. package/src/__tests__/render-feature-plan.unit.test.ts +245 -0
  391. package/src/__tests__/render-feature-shadow-order.unit.test.ts +228 -0
  392. package/src/__tests__/render-feature-zero-work.unit.test.ts +35 -1
  393. package/src/__tests__/render-graph-fallback.integration.test.ts +2 -2
  394. package/src/__tests__/render-owner-cohesion.unit.test.ts +55 -0
  395. package/src/__tests__/render-scene-mixed-updates.integration.test.ts +426 -0
  396. package/src/__tests__/render-scene-projection.unit.test.ts +914 -23
  397. package/src/__tests__/render-scene-resource-updates.integration.test.ts +214 -0
  398. package/src/__tests__/render-scene-skin-lifecycle.integration.test.ts +173 -0
  399. package/src/__tests__/render-scene-temporal-retry.unit.test.ts +133 -0
  400. package/src/__tests__/render-target-material-source.test-d.ts +27 -3
  401. package/src/__tests__/renderer-factory-material-contract.unit.test.ts +60 -0
  402. package/src/__tests__/renderer-frame-transaction.integration.test.ts +923 -5
  403. package/src/__tests__/shader-manifest-fixture.ts +39 -0
  404. package/src/__tests__/skin-motion-regression.unit.test.ts +0 -33
  405. package/src/__tests__/skin-palette-persistent.integration.test.ts +28 -0
  406. package/src/__tests__/skin-palette-persistent.unit.test.ts +247 -0
  407. package/src/__tests__/skinned-shadow-caster.test.ts +118 -14
  408. package/src/__tests__/specular-environment-scale.dawn.test.ts +156 -0
  409. package/src/__tests__/ssr-admission-matrix.integration.test.ts +7 -1
  410. package/src/__tests__/ssr-confidence-compose.unit.test.ts +84 -0
  411. package/src/__tests__/ssr-coordinate-oracle.unit.test.ts +28 -0
  412. package/src/__tests__/ssr-format-probe-gating.integration.test.ts +82 -0
  413. package/src/__tests__/ssr-gpu-dispatch.browser.test.ts +91 -0
  414. package/src/__tests__/ssr-gpu-dispatch.dawn.test.ts +112 -0
  415. package/src/__tests__/ssr-gpu-dispatch.ts +946 -0
  416. package/src/__tests__/ssr-graph-topology.unit.test.ts +104 -0
  417. package/src/__tests__/ssr-history-filter.dawn.test.ts +198 -0
  418. package/src/__tests__/ssr-hit-color.dawn.test.ts +273 -0
  419. package/src/__tests__/ssr-hiz-odd-reduction.dawn.test.ts +569 -0
  420. package/src/__tests__/ssr-hiz-rescue.dawn.test.ts +279 -0
  421. package/src/__tests__/ssr-hiz.browser.test.ts +150 -0
  422. package/src/__tests__/ssr-hiz.dawn.test.ts +150 -0
  423. package/src/__tests__/ssr-hiz.unit.test.ts +56 -0
  424. package/src/__tests__/ssr-inspection.unit.test.ts +105 -0
  425. package/src/__tests__/ssr-memory-budget.unit.test.ts +45 -0
  426. package/src/__tests__/ssr-performance-sequence-aggregation.unit.test.ts +15 -0
  427. package/src/__tests__/ssr-public-surface.test-d.ts +37 -0
  428. package/src/__tests__/ssr-receiver-coverage.dawn.test.ts +387 -0
  429. package/src/__tests__/ssr-reflection-mip-reducer.dawn.test.ts +309 -0
  430. package/src/__tests__/ssr-reprojection-probe.ts +90 -0
  431. package/src/__tests__/ssr-roughness-mip.dawn.test.ts +163 -0
  432. package/src/__tests__/ssr-shader-prewarm.unit.test.ts +59 -0
  433. package/src/__tests__/ssr-spatial.integration.test.ts +141 -0
  434. package/src/__tests__/ssr-stable-lattice.dawn.test.ts +475 -0
  435. package/src/__tests__/ssr-temporal-history.unit.test.ts +202 -0
  436. package/src/__tests__/ssr-texel-crossing.dawn.test.ts +448 -0
  437. package/src/__tests__/ssr-zero-work.integration.test.ts +87 -0
  438. package/src/__tests__/standard-cluster-variant-resolution.unit.test.ts +44 -12
  439. package/src/__tests__/standard-clustered-pipeline.unit.test.ts +29 -0
  440. package/src/__tests__/standard-output-chain-contract.unit.test.ts +99 -0
  441. package/src/__tests__/standard-output-chain.integration.test.ts +73 -0
  442. package/src/__tests__/standard-output-gpu-evidence.ts +205 -0
  443. package/src/__tests__/standard-output.browser.test.ts +15 -0
  444. package/src/__tests__/standard-output.dawn.test.ts +15 -0
  445. package/src/__tests__/standard-pbr-artifact-assembly.unit.test.ts +38 -0
  446. package/src/__tests__/standard-pipeline.integration.test.ts +320 -3
  447. package/src/__tests__/standard-profile-oracle.unit.test.ts +22 -0
  448. package/src/__tests__/standard-surface-lighting.unit.test.ts +41 -0
  449. package/src/__tests__/standard-texture-specialization.dawn.test.ts +141 -0
  450. package/src/__tests__/surface-adjacent-regressions.integration.test.ts +6 -3
  451. package/src/__tests__/taa-coverage-edge.dawn.test.ts +193 -0
  452. package/src/__tests__/taa-history-clipping.dawn.test.ts +328 -0
  453. package/src/__tests__/taa-neighborhood-equivalence.dawn.test.ts +778 -0
  454. package/src/__tests__/taa-stability-feedback.browser.test.ts +23 -0
  455. package/src/__tests__/taa-stability-feedback.dawn.test.ts +68 -0
  456. package/src/__tests__/taa-stability-feedback.ts +341 -0
  457. package/src/__tests__/temporal-history-lifecycle.unit.test.ts +49 -7
  458. package/src/__tests__/temporal-reset-matrix.unit.test.ts +9 -0
  459. package/src/__tests__/temporal-transaction.integration.test.ts +28 -0
  460. package/src/__tests__/texture-usage-surface.unit.test.ts +4 -2
  461. package/src/__tests__/typed-pipeline-topology.unit.test.ts +109 -4
  462. package/src/__tests__/typed-scene-pass-material-cache.integration.test.ts +126 -0
  463. package/src/__tests__/vertex-layouts-ssot.unit.test.ts +47 -0
  464. package/src/__tests__/visibility-extract.perf.test.ts +20 -8
  465. package/src/__tests__/visibility-instances.integration.test.ts +19 -7
  466. package/src/__tests__/visibility-producer-matrix.integration.test.ts +20 -9
  467. package/src/assembly/atmosphere-shader-prewarm.ts +38 -0
  468. package/src/assembly/dynamic-geometry-host.ts +48 -0
  469. package/src/assembly/dynamic-geometry-runtime.ts +71 -0
  470. package/src/assembly/factory.ts +4 -0
  471. package/src/assembly/gpu-driven-owner.ts +29 -0
  472. package/src/assembly/host-contract.ts +10 -0
  473. package/src/assembly/material/assembly.ts +38 -0
  474. package/src/assembly/material-shader-policy.ts +71 -28
  475. package/src/assembly/recovery/failure-location.ts +62 -0
  476. package/src/assembly/recovery/renderer-recover.ts +19 -17
  477. package/src/assembly/renderer-facade.ts +12 -0
  478. package/src/assembly/renderer-feature-inspection.ts +13 -0
  479. package/src/assembly/renderer-frame-transaction.ts +63 -0
  480. package/src/assembly/renderer-helpers.ts +26 -0
  481. package/src/assembly/renderer-inspection.ts +6 -0
  482. package/src/assembly/shader-prewarm-policy.ts +32 -0
  483. package/src/assembly/skin-palette-owner.ts +21 -0
  484. package/src/assembly/ssr-shader-prewarm.ts +41 -0
  485. package/src/assembly/webgpu-device-loss.ts +75 -0
  486. package/src/assembly/webgpu-pbr-ready.ts +232 -0
  487. package/src/assembly/webgpu-ready-mipmap.ts +26 -0
  488. package/src/assembly/webgpu-ready.ts +142 -121
  489. package/src/assembly/webgpu-renderer-bootstrap.ts +85 -0
  490. package/src/assembly/webgpu-renderer-contract.ts +69 -0
  491. package/src/assembly/webgpu-renderer-guards.ts +32 -0
  492. package/src/assembly/webgpu-renderer-observation.ts +43 -0
  493. package/src/assembly/webgpu-renderer-recovery-failure.ts +62 -0
  494. package/src/assembly/webgpu-renderer.ts +666 -652
  495. package/src/assembly/webgpu-vertex-layouts.ts +233 -87
  496. package/src/components/__tests__/camera-exposure.contract.unit.test.ts +153 -0
  497. package/src/components/camera.ts +287 -7
  498. package/src/components/index.ts +1 -0
  499. package/src/components/instances.ts +45 -18
  500. package/src/components/scene-instance.ts +2 -1
  501. package/src/components/screen-space-reflection.ts +21 -0
  502. package/src/components/sprite-animation.ts +2 -2
  503. package/src/components/sprite-instances.ts +1 -1
  504. package/src/device/gpu-residency.ts +34 -31
  505. package/src/environment/background.ts +263 -0
  506. package/src/errors/gpu-driven.ts +39 -5
  507. package/src/errors/render.ts +27 -3
  508. package/src/extract/camera.ts +26 -1
  509. package/src/extract/gpu-driven.ts +185 -10
  510. package/src/features/host.ts +237 -19
  511. package/src/features/noise-texture.ts +91 -0
  512. package/src/features/plan.ts +553 -24
  513. package/src/features/prepared-gpu-work.ts +631 -49
  514. package/src/features/prepared-graphics-store.ts +31 -0
  515. package/src/features/prepared-graphics.ts +5 -0
  516. package/src/features/render-graph-compute.ts +41 -8
  517. package/src/features/render-graph-contribution.ts +141 -3
  518. package/src/features/render-graph-raster.ts +143 -30
  519. package/src/features/types.ts +11 -0
  520. package/src/fullscreen-post-process-pass.ts +3 -0
  521. package/src/gpu-driven/batch-topology.ts +424 -102
  522. package/src/gpu-driven/pbr-program.ts +31 -0
  523. package/src/gpu-driven/prepared-draw.ts +29 -4
  524. package/src/gpu-driven/production-raster.ts +2267 -694
  525. package/src/gpu-driven/shadow-views.ts +539 -0
  526. package/src/gpu-driven/view-gpu.ts +188 -41
  527. package/src/gpu-scene-schema.ts +52 -11
  528. package/src/gpu-scene.ts +186 -99
  529. package/src/gpu-texture-usage.ts +1 -0
  530. package/src/hdrp-buffers.ts +72 -36
  531. package/src/ibl/frame-resources.ts +38 -0
  532. package/src/ibl/skylight-bind-group.ts +5 -4
  533. package/src/index.ts +109 -1
  534. package/src/inspection-types.ts +191 -0
  535. package/src/instances-derived-bounds.ts +258 -34
  536. package/src/instances.ts +459 -150
  537. package/src/internal.ts +22 -0
  538. package/src/lifecycle.ts +2 -0
  539. package/src/material-row.ts +145 -0
  540. package/src/materials.ts +44 -8
  541. package/src/pbr-pipeline.ts +159 -17
  542. package/src/pipeline/standard-forward-lane.ts +52 -24
  543. package/src/pipeline/standard-output/__tests__/lut-admission.unit.test.ts +103 -0
  544. package/src/pipeline/standard-output/auto-exposure/__tests__/capability.unit.test.ts +40 -0
  545. package/src/pipeline/standard-output/auto-exposure/__tests__/gpu.contract.unit.test.ts +125 -0
  546. package/src/pipeline/standard-output/auto-exposure/__tests__/graph.contract.unit.test.ts +94 -0
  547. package/src/pipeline/standard-output/auto-exposure/__tests__/oracle.test.ts +108 -0
  548. package/src/pipeline/standard-output/auto-exposure/__tests__/preset.test.ts +26 -0
  549. package/src/pipeline/standard-output/auto-exposure/capability.ts +38 -0
  550. package/src/pipeline/standard-output/auto-exposure/gpu.ts +567 -0
  551. package/src/pipeline/standard-output/auto-exposure/graph.ts +221 -0
  552. package/src/pipeline/standard-output/auto-exposure/inspection.ts +231 -0
  553. package/src/pipeline/standard-output/auto-exposure/oracle.ts +291 -0
  554. package/src/pipeline/standard-output/auto-exposure/preset.ts +28 -0
  555. package/src/pipeline/standard-output/auto-exposure/state.ts +156 -0
  556. package/src/pipeline/standard-output/color-transform.ts +124 -0
  557. package/src/pipeline/standard-output/graph.ts +139 -0
  558. package/src/pipeline/standard-output/lut-admission.ts +121 -0
  559. package/src/pipeline/standard-output/lut-gpu.ts +399 -0
  560. package/src/pipeline/standard-output/lut-state.ts +176 -0
  561. package/src/pipeline/standard-output/resources.ts +121 -0
  562. package/src/pipeline/standard-output/types.ts +58 -0
  563. package/src/pipeline/standard-pipeline.ts +192 -59
  564. package/src/pipeline/standard-post.ts +186 -27
  565. package/src/pipeline-builder.ts +16 -6
  566. package/src/pipeline-spec-types.ts +4 -0
  567. package/src/pipeline-spec.ts +37 -29
  568. package/src/points-lines/standard-owner.ts +6 -14
  569. package/src/prepare/prepared-graphics-resolver.ts +9 -2
  570. package/src/record/__tests__/material-slot-plan.unit.test.ts +48 -0
  571. package/src/record/__tests__/mesh-ssbo.unit.test.ts +40 -1
  572. package/src/record/__tests__/recovery-pipeline.unit.test.ts +2 -29
  573. package/src/record/__tests__/sprite-material-abi.unit.test.ts +36 -5
  574. package/src/record/__tests__/typed-frame-graph-plan.unit.test.ts +45 -0
  575. package/src/record/__tests__/view-ubo-layout.unit.test.ts +5 -0
  576. package/src/record/dynamic-geometry-consumption.ts +59 -0
  577. package/src/record/frame-lighting.ts +12 -11
  578. package/src/record/frame-snapshot.ts +133 -23
  579. package/src/record/frame-targets.ts +9 -0
  580. package/src/record/frame.ts +725 -133
  581. package/src/record/main-pass-geometry.ts +149 -94
  582. package/src/record/main-pass-material.ts +115 -26
  583. package/src/record/main-pass-sprite-draws.ts +16 -107
  584. package/src/record/main-pass.ts +78 -8
  585. package/src/record/material-uniforms.ts +1 -1
  586. package/src/record/mesh-ssbo.ts +59 -15
  587. package/src/record/prepared-material-bindings.ts +234 -0
  588. package/src/record/recovery-pipeline.ts +59 -136
  589. package/src/record/render-context.ts +90 -22
  590. package/src/record/shadow-pass.ts +1231 -209
  591. package/src/record/skybox-post-pass.ts +14 -3
  592. package/src/record/typed-frame-graph.ts +1004 -44
  593. package/src/record/view-ubo.ts +11 -0
  594. package/src/recovery/render-system-candidate.ts +90 -66
  595. package/src/recovery/render-system-roots.ts +113 -0
  596. package/src/recovery/types.ts +77 -0
  597. package/src/reflection/record-owner.ts +26 -54
  598. package/src/render-contract.ts +195 -25
  599. package/src/render-graph-primitives.ts +6 -2
  600. package/src/render-pipeline.ts +70 -1
  601. package/src/render-system-extract-tail.ts +409 -160
  602. package/src/render-system-extract.ts +376 -102
  603. package/src/render-system-projections.ts +241 -0
  604. package/src/render-system.ts +681 -822
  605. package/src/scene/render-scene-types.ts +13 -4
  606. package/src/scene/render-scene.ts +569 -355
  607. package/src/scene/shadow-visibility.ts +21 -0
  608. package/src/ssr/admission.ts +380 -14
  609. package/src/ssr/compose.ts +144 -0
  610. package/src/ssr/errors.ts +48 -0
  611. package/src/ssr/graph.ts +777 -0
  612. package/src/ssr/history.ts +436 -0
  613. package/src/ssr/hiz.ts +124 -0
  614. package/src/ssr/inspection.ts +124 -0
  615. package/src/ssr/resources.ts +202 -0
  616. package/src/ssr/temporal.ts +164 -0
  617. package/src/systems/skin-palette-allocator.ts +495 -148
  618. package/src/systems/skin-palette-types.ts +17 -0
  619. package/src/systems/transparent-dispatch.ts +90 -0
  620. package/src/targets/material-source.ts +34 -0
  621. package/src/temporal/coverage.ts +1 -1
  622. package/src/temporal/frame-coordinator.ts +23 -2
  623. package/src/temporal/gpu.ts +74 -12
  624. package/src/temporal/history.ts +3 -1
  625. package/src/temporal/inspection.ts +2 -1
  626. package/src/temporal/standard-scene-data.ts +3 -1
  627. package/src/temporal/temporal-view.ts +3 -0
  628. package/src/transmission/__tests__/standard-transmission.dawn.test.ts +204 -139
  629. package/src/typed-render-graph-primitives.ts +266 -74
  630. package/src/typed-shadow-passes.ts +122 -12
  631. package/src/volume/temporal.ts +10 -0
  632. package/dist/chunk-GE3SDD72.mjs.map +0 -1
  633. package/dist/chunk-GF523LHF.mjs.map +0 -1
  634. package/dist/chunk-IQMKJLNU.mjs.map +0 -1
  635. package/dist/chunk-J52NMQKR.mjs.map +0 -1
  636. package/dist/chunk-J6KACNOH.mjs.map +0 -1
  637. package/dist/chunk-JAASCMXA.mjs.map +0 -1
  638. package/dist/chunk-MBU4ZVE7.mjs.map +0 -1
  639. package/dist/chunk-RBDBZ5R7.mjs.map +0 -1
  640. package/dist/chunk-VSL23LZE.mjs.map +0 -1
  641. package/src/__tests__/instances-world-ownership.integration.test.ts +0 -62
  642. package/src/scene/__tests__/changed-block-summary.candidate.test.ts +0 -36
@@ -1,622 +1,617 @@
1
- import { CUBE_CAMERA_FACE_ORDER, createVisibilityBudget, PointShapeValue, pointShapeFromU32 } from './chunk-JAASCMXA.mjs';
2
- import { PointsLinesBudgetExceededError, PointsLinesStyleUnsupportedError, PointsLinesMaterialUnsupportedError, PointsLinesInvalidStyleError, PointsLinesTopologyMismatchError } from './chunk-J6KACNOH.mjs';
3
- import { ok, err } from '@forgeax/engine-types';
4
- import { mat4 } from '@forgeax/engine-math';
1
+ import { PointShapeValue, pointShapeFromU32 } from './chunk-33XZFTQU.mjs';
2
+ import { PointsLinesBudgetExceededError, createVisibilityBudget, PointsLinesStyleUnsupportedError, PointsLinesMaterialUnsupportedError, PointsLinesInvalidStyleError, PointsLinesTopologyMismatchError } from './chunk-NRNXBLIJ.mjs';
3
+ import { err, ok } from '@forgeax/engine-types';
5
4
  import { validateR32FloatReceipt } from '@forgeax/engine-rhi';
6
5
 
7
- var DynamicGeometryError = class extends Error {
8
- code;
9
- expected;
10
- hint;
11
- detail;
12
- constructor(code, expected, hint, detail = {}) {
13
- super(`${code}: ${expected}`);
14
- this.name = "DynamicGeometryError";
15
- this.code = code;
16
- this.expected = expected;
17
- this.hint = hint;
18
- this.detail = Object.freeze({ code, ...detail });
6
+ function invalidStyle(input, component, field, value, expected) {
7
+ return err(new PointsLinesInvalidStyleError({ entity: input.entity, component, field, value, expected }));
8
+ }
9
+ function topologyMismatch(input, submesh, expected, actual) {
10
+ return err(new PointsLinesTopologyMismatchError({ entity: input.entity, submesh, expected, actual }));
11
+ }
12
+ function checkStyle(input) {
13
+ const hasPoints = input.points !== void 0;
14
+ const hasLines = input.lines !== void 0;
15
+ if (hasPoints && hasLines) {
16
+ return invalidStyle(
17
+ input,
18
+ "Points/Lines",
19
+ "components",
20
+ "Points + Lines",
21
+ "exactly one style component"
22
+ );
19
23
  }
20
- };
21
- function sameCandidateCredential(candidate, committed) {
22
- return candidate.candidateId === committed.candidateId && candidate.owner === committed.owner && candidate.world === committed.world && candidate.generation === committed.generation && candidate.entity === committed.entity && candidate.physicsEntity === committed.physicsEntity && candidate.gpuReady === committed.gpuReady && candidate.meshBytes === committed.meshBytes && candidate.revision === committed.revision && candidate.topologyRevision === committed.topologyRevision && candidate.materialIdentity === committed.materialIdentity && candidate.meshHandle === committed.meshHandle && candidate.fixedStep === committed.fixedStep;
24
+ if (!hasPoints && !hasLines) {
25
+ return invalidStyle(input, "Points/Lines", "components", void 0, "one style component");
26
+ }
27
+ if (hasPoints) {
28
+ const sizePx = input.points?.sizePx ?? 4;
29
+ const shapeValue = input.points?.shape ?? PointShapeValue.square;
30
+ const shape = pointShapeFromU32(shapeValue);
31
+ if (!Number.isFinite(sizePx) || sizePx <= 0) {
32
+ return invalidStyle(input, "Points", "sizePx", sizePx, "finite sizePx > 0");
33
+ }
34
+ if (shape === void 0) {
35
+ return invalidStyle(input, "Points", "shape", shapeValue, "shape is 'square' or 'circle'");
36
+ }
37
+ return ok({ component: "Points", shape, sizePx });
38
+ }
39
+ const widthPx = input.lines?.widthPx ?? 1;
40
+ if (!Number.isFinite(widthPx) || widthPx <= 0) {
41
+ return invalidStyle(input, "Lines", "widthPx", widthPx, "finite widthPx > 0");
42
+ }
43
+ return ok({ component: "Lines", widthPx });
23
44
  }
24
- function cloneTypedArray(value) {
25
- return new value.constructor(value);
45
+ function checkTopology(input, component) {
46
+ const expected = component === "Points" ? "point-list" : "line-list";
47
+ let pointCount = 0;
48
+ let segmentCount = 0;
49
+ const acceptedSubmeshes = [];
50
+ let sawNonEmpty = false;
51
+ for (const [submeshIndex, submesh] of input.mesh.submeshes.entries()) {
52
+ const indexed = input.mesh.indices !== void 0 && submesh.indexCount > 0;
53
+ const elementCount = indexed ? submesh.indexCount : submesh.vertexCount;
54
+ if (elementCount === 0) continue;
55
+ sawNonEmpty = true;
56
+ if (component === "Lines" && submesh.topology === "line-strip") {
57
+ return err(
58
+ new PointsLinesStyleUnsupportedError({
59
+ lane: "admission",
60
+ field: "topology",
61
+ member: "line-strip",
62
+ supported: ["line-list"]
63
+ })
64
+ );
65
+ }
66
+ if (submesh.topology !== expected) {
67
+ return topologyMismatch(input, submeshIndex, expected, submesh.topology);
68
+ }
69
+ if (component === "Lines" && elementCount % 2 !== 0) {
70
+ return topologyMismatch(input, submeshIndex, "line-list pairs", "line-list odd tail");
71
+ }
72
+ acceptedSubmeshes.push(submeshIndex);
73
+ if (component === "Points") pointCount += elementCount;
74
+ else segmentCount += elementCount / 2;
75
+ }
76
+ if (!sawNonEmpty) return topologyMismatch(input, 0, expected, "empty-range");
77
+ return ok({ pointCount, segmentCount, submeshes: acceptedSubmeshes });
26
78
  }
27
- function cloneMesh(mesh) {
28
- const attributes = Object.fromEntries(
29
- Object.entries(mesh.attributes).map(([key, value]) => [
30
- key,
31
- value instanceof ArrayBuffer ? value.slice(0) : value === void 0 ? void 0 : cloneTypedArray(value)
32
- ])
79
+ function checkMaterial(input) {
80
+ const passes = input.material.passes ?? [];
81
+ const unlitModules = /* @__PURE__ */ new Set(["forgeax_material::unlit", "forgeax::default-unlit"]);
82
+ if (passes.length !== 1 || passes[0] === void 0) {
83
+ const pass2 = passes.find(
84
+ (candidate) => candidate.name === "deferred" || candidate.name === "shadow-caster"
85
+ ) ?? passes[0];
86
+ return err(
87
+ new PointsLinesMaterialUnsupportedError({
88
+ entity: input.entity,
89
+ material: input.materialId ?? "<anonymous>",
90
+ pass: pass2?.name ?? "<empty>",
91
+ module: pass2?.program.module ?? "<empty>",
92
+ reason: "points-lines admission requires one unlit forward pass"
93
+ })
94
+ );
95
+ }
96
+ const pass = passes[0];
97
+ const lightMode = pass.renderState?.tags?.LightMode;
98
+ if (!unlitModules.has(pass.program.module) || pass.name !== "forward" || lightMode === "ShadowCaster") {
99
+ return err(
100
+ new PointsLinesMaterialUnsupportedError({
101
+ entity: input.entity,
102
+ material: input.materialId ?? "<anonymous>",
103
+ pass: pass.name,
104
+ module: pass.program.module,
105
+ reason: "points-lines admission requires an engine-owned unlit forward pass"
106
+ })
107
+ );
108
+ }
109
+ return ok(void 0);
110
+ }
111
+ function admitPointsLines(input) {
112
+ const style = checkStyle(input);
113
+ if (!style.ok) return style;
114
+ const topology = checkTopology(input, style.value.component);
115
+ if (!topology.ok) return topology;
116
+ const material = checkMaterial(input);
117
+ if (!material.ok) return material;
118
+ if (style.value.component === "Points" && input.limits?.maxPoints !== void 0) {
119
+ if (topology.value.pointCount > input.limits.maxPoints) {
120
+ return err(
121
+ new PointsLinesBudgetExceededError({
122
+ lane: "admission",
123
+ requested: topology.value.pointCount,
124
+ limit: input.limits.maxPoints,
125
+ unit: "points"
126
+ })
127
+ );
128
+ }
129
+ }
130
+ if (style.value.component === "Lines" && input.limits?.maxSegments !== void 0) {
131
+ if (topology.value.segmentCount > input.limits.maxSegments) {
132
+ return err(
133
+ new PointsLinesBudgetExceededError({
134
+ lane: "admission",
135
+ requested: topology.value.segmentCount,
136
+ limit: input.limits.maxSegments,
137
+ unit: "segments"
138
+ })
139
+ );
140
+ }
141
+ }
142
+ return ok({ ...style.value, ...topology.value });
143
+ }
144
+
145
+ // src/point-shadow-inspection.ts
146
+ function inspectPointShadow(snapshots, shadowAtlasCapacity) {
147
+ const requested = snapshots.length;
148
+ const admitted = snapshots.reduce(
149
+ (count, snapshot) => snapshot.shadowAtlasLayer >= 0 && snapshot.shadowAtlasLayer < shadowAtlasCapacity ? count + 1 : count,
150
+ 0
33
151
  );
152
+ const status = requested === 0 ? "inactive" : requested > shadowAtlasCapacity || admitted !== requested ? "over-budget" : "ready";
34
153
  return Object.freeze({
35
- ...mesh,
36
- vertices: new Float32Array(mesh.vertices),
37
- ...mesh.indices === void 0 ? {} : { indices: cloneTypedArray(mesh.indices) },
38
- attributes,
39
- ...mesh.aabb === void 0 ? {} : { aabb: new Float32Array(mesh.aabb) },
40
- submeshes: Object.freeze(mesh.submeshes.map((submesh) => Object.freeze({ ...submesh }))),
41
- materialSlots: Object.freeze(mesh.materialSlots.map((slot) => Object.freeze({ ...slot })))
154
+ status,
155
+ requested,
156
+ admitted,
157
+ // A point shadow only samples an atlas after it owns an atlas layer. Keep
158
+ // these names explicit for AI diagnostics while deriving both from the
159
+ // one layer projection above.
160
+ shadowed: admitted,
161
+ shadowAtlasOccupancy: admitted,
162
+ shadowAtlasCapacity
42
163
  });
43
164
  }
44
- function cloneCandidate(candidate) {
45
- return Object.freeze({ ...candidate, mesh: cloneMesh(candidate.mesh) });
46
- }
47
- function validateMesh(mesh) {
48
- if (mesh.kind !== "mesh") return "MeshAsset.kind must be mesh";
49
- if (!(mesh.vertices instanceof Float32Array) || mesh.vertices.length === 0 || mesh.vertices.length % 3 !== 0) {
50
- return "MeshAsset.vertices must be a non-empty Float32Array with xyz triples";
51
- }
52
- if (mesh.indices !== void 0 && !(mesh.indices instanceof Uint16Array || mesh.indices instanceof Uint32Array)) {
53
- return "MeshAsset.indices must be Uint16Array or Uint32Array";
54
- }
55
- if (mesh.submeshes.length === 0)
56
- return "MeshAsset.submeshes must contain at least one topology range";
57
- if (mesh.materialSlots.length < mesh.submeshes.length) {
58
- return "MeshAsset.materialSlots must cover every submesh";
165
+ var SSR_FORMAT_PROFILE = "r32float-mip-sampled-storage";
166
+ var SSR_FORMAT_STAGES = Object.freeze([
167
+ "texture-create",
168
+ "mip-view",
169
+ "sampled-storage-bind-group",
170
+ "pipeline-bind",
171
+ "finish",
172
+ "submit",
173
+ "completion",
174
+ "readback"
175
+ ]);
176
+ var ZERO_WORK = Object.freeze({
177
+ attachmentCount: 0,
178
+ passCount: 0,
179
+ bindingCount: 0,
180
+ resourceCount: 0,
181
+ historyCount: 0,
182
+ temporalDemand: 0
183
+ });
184
+ var ADMITTED_WORK = Object.freeze({
185
+ attachmentCount: 1,
186
+ passCount: 1,
187
+ bindingCount: 1,
188
+ resourceCount: 1,
189
+ historyCount: 0,
190
+ temporalDemand: 0
191
+ });
192
+ var ZERO_BUDGET = Object.freeze({
193
+ probeExecutions: 0,
194
+ resetCount: 0,
195
+ rebuildCount: 0
196
+ });
197
+ var ADMITTED_BUDGET = Object.freeze({
198
+ probeExecutions: 1,
199
+ resetCount: 0,
200
+ rebuildCount: 0
201
+ });
202
+ function identityFieldMismatch(expected, actual) {
203
+ for (const field of ["sourceHead", "sourceTree", "lockSha256", "buildSha256"]) {
204
+ if (expected[field] !== actual[field]) return field;
59
205
  }
60
- if (mesh.vertices.some((value) => !Number.isFinite(value)))
61
- return "MeshAsset.vertices must be finite";
62
206
  return void 0;
63
207
  }
64
- function meshByteSize(mesh) {
65
- let bytes = mesh.vertices.byteLength + (mesh.indices?.byteLength ?? 0);
66
- for (const value of Object.values(mesh.attributes)) {
67
- if (value instanceof ArrayBuffer) bytes += value.byteLength;
68
- else if (value !== void 0 && ArrayBuffer.isView(value)) bytes += value.byteLength;
69
- }
70
- if (mesh.aabb !== void 0) bytes += mesh.aabb.byteLength;
71
- return bytes;
208
+ function blocked(identity, failure2, generation = 0) {
209
+ return Object.freeze({
210
+ status: "fallback-only",
211
+ identity,
212
+ generation,
213
+ work: ZERO_WORK,
214
+ budget: ZERO_BUDGET,
215
+ failure: failure2
216
+ });
72
217
  }
73
- function createDynamicGeometryLifecycle(maxCandidates = 32, maxMeshBytes = 64 * 1024 * 1024) {
74
- const records = /* @__PURE__ */ new Map();
75
- const owner = {};
76
- let sequence = 0;
77
- let currentGeneration = 0;
78
- let disposed = false;
79
- let historyInvalidations = 0;
80
- let latestRevision;
81
- let latestFrameId;
82
- let retired = 0;
83
- let invalidated = 0;
84
- let meshBytes = 0;
85
- const latestRevisionByWorld = /* @__PURE__ */ new WeakMap();
86
- const latestTopologyRevisionByWorld = /* @__PURE__ */ new WeakMap();
87
- const publishedReceipts = /* @__PURE__ */ new Map();
88
- const failure2 = (code, expected, hint, detail = {}) => err(new DynamicGeometryError(code, expected, hint, detail));
89
- const current = (candidate) => {
90
- const record = records.get(candidate.candidateId);
91
- if (record === void 0 || candidate.owner !== owner || record.candidate.owner !== candidate.owner || record.candidate.world !== candidate.world || record.candidate.generation !== candidate.generation)
92
- return void 0;
93
- return record;
94
- };
95
- return {
96
- prepare(input, generation) {
97
- if (disposed)
98
- return failure2("dynamic-geometry-disposed", "renderer is alive", "rebuild the Renderer");
99
- if (input.world === null || typeof input.world !== "object") {
100
- return failure2(
101
- "dynamic-geometry-world-not-attached",
102
- "candidate belongs to an attached World",
103
- "attach the World before preparing geometry"
104
- );
105
- }
106
- if (!Number.isInteger(input.revision) || input.revision < 0) {
107
- return failure2(
108
- "dynamic-geometry-invalid",
109
- "geometry revision is a non-negative integer",
110
- "advance the consumer revision monotonically",
111
- { revision: input.revision }
112
- );
113
- }
114
- if (generation !== currentGeneration && currentGeneration !== 0) {
115
- return failure2(
116
- "dynamic-geometry-generation-mismatch",
117
- "candidate uses the active renderer generation",
118
- "discard stale generation work and prepare again",
119
- { generation, actual: currentGeneration }
120
- );
121
- }
122
- if (records.size >= maxCandidates) {
123
- return failure2(
124
- "dynamic-geometry-budget-exceeded",
125
- "candidate count remains within the bounded renderer budget",
126
- "cancel or retire an earlier candidate before retrying",
127
- { actual: records.size }
128
- );
129
- }
130
- const invalid = validateMesh(input.mesh);
131
- if (invalid !== void 0)
132
- return failure2(
133
- "dynamic-geometry-invalid",
134
- "MeshAsset satisfies the standard geometry contract",
135
- invalid
136
- );
137
- const candidateBytes = meshByteSize(input.mesh);
138
- if (!Number.isSafeInteger(candidateBytes) || candidateBytes < 0 || meshBytes > maxMeshBytes - candidateBytes) {
139
- return failure2(
140
- "dynamic-geometry-budget-exceeded",
141
- "candidate mesh bytes remain within the bounded renderer resource budget",
142
- "cancel or retire an earlier candidate before retrying",
143
- { actual: { meshBytes, candidateBytes, maxMeshBytes } }
144
- );
145
- }
146
- const candidateId = `mesh:${generation}:${++sequence}:${input.revision}`;
147
- const candidate = Object.freeze({
148
- candidateId,
149
- generation,
150
- owner,
151
- world: input.world,
152
- ...input.entity === void 0 ? {} : { entity: input.entity },
153
- ...input.physicsEntity === void 0 ? {} : { physicsEntity: input.physicsEntity },
154
- gpuReady: input.meshHandle !== void 0,
155
- meshBytes: candidateBytes,
156
- revision: input.revision,
157
- topologyRevision: input.topologyRevision ?? input.revision,
158
- ...input.materialIdentity === void 0 ? {} : { materialIdentity: input.materialIdentity },
159
- ...input.meshHandle === void 0 ? {} : { meshHandle: input.meshHandle },
160
- ...input.fixedStep === void 0 ? {} : { fixedStep: input.fixedStep },
161
- mesh: cloneMesh(input.mesh),
162
- state: "prepared"
163
- });
164
- records.set(candidateId, {
165
- world: input.world,
166
- candidate,
167
- historyInvalidated: false
168
- });
169
- meshBytes += candidateBytes;
170
- currentGeneration = generation;
171
- return ok(cloneCandidate(candidate));
172
- },
173
- accept(candidate, ordering) {
174
- if (disposed)
175
- return failure2("dynamic-geometry-disposed", "renderer is alive", "rebuild the Renderer");
176
- const record = current(candidate);
177
- if (record === void 0)
178
- return failure2(
179
- "dynamic-geometry-candidate-not-found",
180
- "candidate is owned by this renderer",
181
- "discard the stale credential"
182
- );
183
- if (candidate.generation !== currentGeneration) {
184
- return failure2(
185
- "dynamic-geometry-generation-mismatch",
186
- "candidate generation matches the active renderer generation",
187
- "prepare against the current renderer generation",
188
- { candidateId: candidate.candidateId }
189
- );
190
- }
191
- if (record.candidate.state !== "prepared") {
192
- return failure2(
193
- "dynamic-geometry-candidate-state",
194
- "candidate is prepared exactly once before acceptance",
195
- "retain the accepted or published receipt",
196
- { candidateId: candidate.candidateId }
197
- );
198
- }
199
- if (!sameCandidateCredential(candidate, record.candidate)) {
200
- return failure2(
201
- "dynamic-geometry-receipt-mismatch",
202
- "acceptance uses the exact prepared candidate credential",
203
- "discard the altered credential and use the value returned by prepare",
204
- { candidateId: candidate.candidateId }
205
- );
206
- }
207
- if (ordering !== void 0) {
208
- if (ordering.world !== record.world || !Number.isInteger(ordering.fixedStep) || ordering.fixedStep < 0) {
209
- return failure2(
210
- "dynamic-geometry-ordering-required",
211
- "acceptance ordering names the candidate World and a non-negative fixed step",
212
- "submit the PhysicsWorld publication ordering for the same attached World",
213
- { candidateId: candidate.candidateId, actual: ordering }
214
- );
215
- }
216
- }
217
- const newest = [...records.values()].filter(
218
- (entry) => entry.candidate.candidateId !== candidate.candidateId && entry.world === record.world && entry.candidate.entity === record.candidate.entity && (entry.candidate.state === "prepared" || entry.candidate.state === "accepted")
219
- ).map((entry) => entry.candidate.revision).concat(latestRevisionByWorld.get(record.world)?.get(record.candidate.entity) ?? -1).sort((a, b) => b - a)[0];
220
- if (newest !== void 0 && record.candidate.revision <= newest) {
221
- return failure2(
222
- "dynamic-geometry-stale",
223
- "accepted geometry revision is newer than the active candidate",
224
- "advance topology revision before accepting",
225
- { candidateId: candidate.candidateId }
226
- );
227
- }
228
- const accepted = Object.freeze({
229
- ...record.candidate,
230
- ...ordering === void 0 ? {} : { fixedStep: ordering.fixedStep },
231
- state: "accepted"
232
- });
233
- const previousTopologies = [...records.values()].filter(
234
- (entry) => entry.candidate.candidateId !== candidate.candidateId && entry.world === record.world && entry.candidate.entity === record.candidate.entity
235
- ).map((entry) => entry.candidate.topologyRevision);
236
- const previousLatestTopology = latestTopologyRevisionByWorld.get(record.world)?.get(record.candidate.entity);
237
- const newestTopology = previousTopologies.concat(previousLatestTopology === void 0 ? [] : [previousLatestTopology]).sort((a, b) => b - a)[0];
238
- if (newestTopology !== void 0 && accepted.topologyRevision < newestTopology) {
239
- return failure2(
240
- "dynamic-geometry-stale",
241
- "accepted topology revision is not older than the active geometry history",
242
- "advance topology revision before accepting a replacement candidate",
243
- { candidateId: candidate.candidateId }
244
- );
245
- }
246
- if (newestTopology !== void 0 && accepted.topologyRevision > newestTopology) {
247
- historyInvalidations += 1;
248
- for (const previous of records.values()) {
249
- if (previous.world !== record.world || previous.candidate.entity !== record.candidate.entity || previous.candidate.candidateId === candidate.candidateId || previous.candidate.topologyRevision >= accepted.topologyRevision)
250
- continue;
251
- if (!previous.historyInvalidated) {
252
- previous.historyInvalidated = true;
253
- invalidated += 1;
254
- }
255
- }
256
- }
257
- record.candidate = accepted;
258
- return ok(cloneCandidate(accepted));
259
- },
260
- cancel(candidate, completion) {
261
- const record = current(candidate);
262
- if (record === void 0)
263
- return failure2(
264
- "dynamic-geometry-candidate-not-found",
265
- "candidate is owned by this renderer",
266
- "discard the stale credential"
267
- );
268
- if (!sameCandidateCredential(candidate, record.candidate))
269
- return failure2(
270
- "dynamic-geometry-receipt-mismatch",
271
- "cancellation uses the exact prepared candidate credential",
272
- "discard the altered credential and use the value returned by prepare",
273
- { candidateId: candidate.candidateId }
274
- );
275
- if (record.candidate.state !== "prepared" && record.candidate.state !== "accepted") {
276
- return failure2(
277
- "dynamic-geometry-candidate-state",
278
- "only prepared or accepted geometry can be cancelled once",
279
- "retire published geometry or await the existing terminal cleanup"
280
- );
281
- }
282
- record.candidate = Object.freeze({ ...record.candidate, state: "cancelled" });
283
- const release = () => {
284
- if (records.get(candidate.candidateId) !== record) return;
285
- records.delete(candidate.candidateId);
286
- meshBytes = Math.max(0, meshBytes - record.candidate.meshBytes);
287
- };
288
- if (completion === void 0) release();
289
- else void completion.then(release, release);
290
- return ok(void 0);
291
- },
292
- retire(candidate) {
293
- const record = current(candidate);
294
- if (record === void 0)
295
- return failure2(
296
- "dynamic-geometry-candidate-not-found",
297
- "retirement uses a published candidate owned by this renderer",
298
- "discard the stale credential and do not evict any unrelated mesh",
299
- { candidateId: candidate.candidateId }
300
- );
301
- if (!sameCandidateCredential(candidate, record.candidate))
302
- return failure2(
303
- "dynamic-geometry-receipt-mismatch",
304
- "retirement uses the exact published candidate credential",
305
- "discard the altered credential and use the value returned by publish",
306
- { candidateId: candidate.candidateId }
307
- );
308
- if (record.candidate.state !== "published") {
309
- return failure2(
310
- "dynamic-geometry-candidate-state",
311
- "only published geometry can enter receipt-bound retirement",
312
- "publish the candidate from a submitted frame first"
313
- );
314
- }
315
- record.candidate = Object.freeze({ ...record.candidate, state: "retired" });
316
- publishedReceipts.delete(candidate.candidateId);
317
- retired += 1;
318
- return ok(void 0);
319
- },
320
- finalizeRetirement(candidate) {
321
- const record = current(candidate);
322
- if (record === void 0)
323
- return failure2(
324
- "dynamic-geometry-candidate-not-found",
325
- "retirement finalization uses a candidate retained by this lifecycle",
326
- "discard the stale credential or finish the current receipt-bound retirement"
327
- );
328
- if (!sameCandidateCredential(candidate, record.candidate))
329
- return failure2(
330
- "dynamic-geometry-receipt-mismatch",
331
- "retirement finalization uses the exact published candidate credential",
332
- "discard the altered credential and use the value returned by publication",
333
- { candidateId: candidate.candidateId }
334
- );
335
- if (record.candidate.state !== "retired")
336
- return failure2(
337
- "dynamic-geometry-candidate-state",
338
- "only a retired candidate can release its deferred budget",
339
- "retire the published candidate before finalizing its receipt-bound cleanup",
340
- { candidateId: candidate.candidateId }
341
- );
342
- records.delete(candidate.candidateId);
343
- meshBytes = Math.max(0, meshBytes - record.candidate.meshBytes);
344
- return ok(void 0);
345
- },
346
- publishFrame(frame, worlds, fixedStep, canPublish) {
347
- if (disposed || frame.deviceGeneration !== currentGeneration) return [];
348
- const receipts = [];
349
- for (const record of records.values()) {
350
- const canRepeatPublished = record.candidate.state === "published" && // Attached Renderer publication revalidates the entity binding in
351
- // `canPublish`, so a history-invalidated candidate can still record
352
- // a real draw for its live entity. Detached lifecycle publication
353
- // remains one-shot once that history is invalidated.
354
- (canPublish !== void 0 || !record.historyInvalidated);
355
- if (record.candidate.state !== "accepted" && !canRepeatPublished) continue;
356
- if (worlds !== void 0 && !worlds.includes(record.world)) continue;
357
- if (record.candidate.fixedStep !== void 0 && (fixedStep === void 0 || record.candidate.fixedStep > fixedStep)) {
358
- continue;
359
- }
360
- if (canPublish !== void 0 && !canPublish(record.candidate)) continue;
361
- record.candidate = Object.freeze({ ...record.candidate, state: "published" });
362
- const receipt = Object.freeze({
363
- candidateId: record.candidate.candidateId,
364
- generation: record.candidate.generation,
365
- revision: record.candidate.revision,
366
- topologyRevision: record.candidate.topologyRevision,
367
- ...record.candidate.fixedStep === void 0 ? {} : { fixedStep: record.candidate.fixedStep },
368
- frameId: frame.frameId,
369
- deviceGeneration: frame.deviceGeneration,
370
- recordStageConsumed: canPublish !== void 0,
371
- ...fixedStep === void 0 ? {} : { publicationFixedStep: fixedStep },
372
- frame: Object.freeze({ ...frame })
373
- });
374
- receipts.push(receipt);
375
- publishedReceipts.set(record.candidate.candidateId, receipt);
376
- latestRevision = record.candidate.revision;
377
- latestFrameId = frame.frameId;
378
- if (!latestRevisionByWorld.has(record.world))
379
- latestRevisionByWorld.set(record.world, /* @__PURE__ */ new Map());
380
- latestRevisionByWorld.get(record.world)?.set(record.candidate.entity, record.candidate.revision);
381
- if (!latestTopologyRevisionByWorld.has(record.world))
382
- latestTopologyRevisionByWorld.set(record.world, /* @__PURE__ */ new Map());
383
- latestTopologyRevisionByWorld.get(record.world)?.set(record.candidate.entity, record.candidate.topologyRevision);
384
- }
385
- return receipts;
386
- },
387
- invalidateWorld(world, completion) {
388
- for (const [id, record] of records) {
389
- if (record.world !== world) continue;
390
- if (record.candidate.state === "cancelled" || record.candidate.state === "retired")
391
- continue;
392
- publishedReceipts.delete(id);
393
- record.candidate = Object.freeze({ ...record.candidate, state: "cancelled" });
394
- const release = () => {
395
- if (records.get(id) !== record) return;
396
- records.delete(id);
397
- meshBytes = Math.max(0, meshBytes - record.candidate.meshBytes);
398
- };
399
- if (completion === void 0) release();
400
- else void completion.then(release, release);
401
- invalidated += 1;
402
- }
403
- latestRevisionByWorld.delete(world);
404
- latestTopologyRevisionByWorld.delete(world);
405
- },
406
- invalidateGeneration(generation) {
407
- if (generation === currentGeneration) return;
408
- currentGeneration = generation;
409
- const invalidatedWorlds = /* @__PURE__ */ new Set();
410
- for (const [id, record] of records) {
411
- if (record.candidate.generation !== generation) {
412
- records.delete(id);
413
- publishedReceipts.delete(id);
414
- meshBytes = Math.max(0, meshBytes - record.candidate.meshBytes);
415
- invalidatedWorlds.add(record.world);
416
- invalidated += 1;
218
+ function failure(code, owner, hint, detail = {}) {
219
+ const action = recoveryActionFor(code);
220
+ return Object.freeze({
221
+ code,
222
+ expected: "all producer, format, and temporal receipts share one admitted identity",
223
+ hint,
224
+ detail: Object.freeze({ owner, action, ...detail })
225
+ });
226
+ }
227
+ function recoveryActionFor(code) {
228
+ switch (code) {
229
+ case "ssr-reflection-fallback-unavailable":
230
+ case "ssr-receipt-identity-mismatch":
231
+ return "rebuild";
232
+ case "ssr-not-requested":
233
+ case "ssr-format-unavailable":
234
+ case "ssr-temporal-unavailable":
235
+ case "ssr-receipt-stale":
236
+ return "retry";
237
+ }
238
+ }
239
+ function receiptFailure(input, receipt, owner) {
240
+ const field = identityFieldMismatch(input.identity, receipt.identity);
241
+ if (field === void 0) return void 0;
242
+ return blocked(
243
+ input.identity,
244
+ failure("ssr-receipt-identity-mismatch", owner, "rebuild the owner receipt for this identity", {
245
+ identityField: field
246
+ })
247
+ );
248
+ }
249
+ function validFallback(receipt) {
250
+ return receipt !== void 0 && receipt.candidateVisible === false && Number.isFinite(receipt.coverage) && receipt.coverage >= 0 && receipt.coverage <= 1 && (receipt.sourceKey === void 0 || receipt.sourceKey.length > 0) && (receipt.extent === void 0 || receipt.extent.length === 3 && receipt.extent.every((value) => Number.isFinite(value) && value > 0)) && Number.isInteger(receipt.sourceGeneration) && receipt.sourceGeneration >= 0 && Number.isInteger(receipt.projectionGeneration) && receipt.projectionGeneration >= 0 && Number.isInteger(receipt.deviceGeneration) && receipt.deviceGeneration >= 0 && receipt.brdfSignature === "standard-pbr-ibl-v1" && (receipt.source === "probe" && (receipt.state === "active" || receipt.state === "lkg") || receipt.source === "skylight" && (receipt.state === "active" || receipt.state === "lkg") || receipt.source === "neutral" && receipt.state === "neutral");
251
+ }
252
+ function validFormat(receipt) {
253
+ if (receipt?.profile !== SSR_FORMAT_PROFILE || receipt.verdict !== "admitted" || receipt.evidence !== "real" || !Number.isInteger(receipt.deviceGeneration) || receipt.deviceGeneration < 0) {
254
+ return false;
255
+ }
256
+ if (!SSR_FORMAT_STAGES.every(
257
+ (stage) => receipt.stages.some((entry) => entry.stage === stage && entry.verdict === "admitted")
258
+ )) {
259
+ return false;
260
+ }
261
+ return validateR32FloatReceipt(receipt).ok;
262
+ }
263
+ function validTemporal(receipt) {
264
+ return receipt?.successfulSubmit === true && Number.isInteger(receipt.generation) && receipt.generation >= 0;
265
+ }
266
+ function admitSsrM0(input) {
267
+ if (!input.requested) {
268
+ return blocked(
269
+ input.identity,
270
+ failure("ssr-not-requested", "consumer", "request SSR before evaluating M0 admission")
271
+ );
272
+ }
273
+ if (input.reflectionFallback === void 0) {
274
+ return blocked(
275
+ input.identity,
276
+ failure("ssr-reflection-fallback-unavailable", "producer", "use LKG, Skylight, or neutral")
277
+ );
278
+ }
279
+ const fallbackIdentityFailure = receiptFailure(input, input.reflectionFallback, "producer");
280
+ if (fallbackIdentityFailure !== void 0) return fallbackIdentityFailure;
281
+ if (!validFallback(input.reflectionFallback)) {
282
+ return blocked(
283
+ input.identity,
284
+ failure(
285
+ "ssr-reflection-fallback-unavailable",
286
+ "producer",
287
+ "inspect and rebuild the producer receipt"
288
+ ),
289
+ input.reflectionFallback.projectionGeneration
290
+ );
291
+ }
292
+ if (input.format === void 0) {
293
+ return blocked(
294
+ input.identity,
295
+ failure("ssr-format-unavailable", "format", "probe the exact format profile for this device"),
296
+ input.reflectionFallback.projectionGeneration
297
+ );
298
+ }
299
+ const formatIdentityFailure = receiptFailure(input, input.format, "format");
300
+ if (formatIdentityFailure !== void 0) return formatIdentityFailure;
301
+ if (!validFormat(input.format)) {
302
+ return blocked(
303
+ input.identity,
304
+ failure("ssr-format-unavailable", "format", "complete the full r32float profile probe"),
305
+ input.reflectionFallback.projectionGeneration
306
+ );
307
+ }
308
+ const temporalIdentityFailure = input.temporal === void 0 ? void 0 : receiptFailure(input, input.temporal, "temporal");
309
+ if (temporalIdentityFailure !== void 0) return temporalIdentityFailure;
310
+ if (input.temporal !== void 0 && !validTemporal(input.temporal)) {
311
+ return blocked(
312
+ input.identity,
313
+ failure("ssr-temporal-unavailable", "temporal", "inspect and rebuild the temporal receipt"),
314
+ input.reflectionFallback.projectionGeneration
315
+ );
316
+ }
317
+ if (input.previousGeneration !== void 0 && input.previousGeneration !== input.reflectionFallback.projectionGeneration) {
318
+ return blocked(
319
+ input.identity,
320
+ failure(
321
+ "ssr-receipt-stale",
322
+ "consumer",
323
+ "discard stale completion and reinspect the owners",
324
+ {
325
+ generation: input.reflectionFallback.projectionGeneration
417
326
  }
418
- }
419
- for (const world of invalidatedWorlds) {
420
- latestRevisionByWorld.delete(world);
421
- latestTopologyRevisionByWorld.delete(world);
422
- }
423
- },
424
- receipt(candidate) {
425
- const receipt = publishedReceipts.get(candidate.candidateId);
426
- const record = records.get(candidate.candidateId);
427
- if (record === void 0 || !sameCandidateCredential(candidate, record.candidate)) {
428
- return void 0;
429
- }
430
- return receipt?.generation === candidate.generation ? receipt : void 0;
431
- },
432
- inspect() {
433
- let prepared = 0;
434
- let accepted = 0;
435
- let published = 0;
436
- for (const record of records.values()) {
437
- if (record.candidate.state === "prepared") prepared += 1;
438
- else if (record.candidate.state === "accepted") accepted += 1;
439
- else if (record.candidate.state === "published") published += 1;
440
- }
441
- return Object.freeze({
442
- generation: currentGeneration,
443
- prepared,
444
- accepted,
445
- published,
446
- retired,
447
- ...latestRevision === void 0 ? {} : { latestRevision },
448
- ...latestFrameId === void 0 ? {} : { latestFrameId },
449
- historyInvalidations,
450
- invalidated,
451
- meshBytes,
452
- maxMeshBytes
453
- });
454
- },
455
- dispose() {
456
- disposed = true;
457
- records.clear();
458
- publishedReceipts.clear();
459
- meshBytes = 0;
460
- }
327
+ ),
328
+ input.reflectionFallback.projectionGeneration
329
+ );
330
+ }
331
+ return Object.freeze({
332
+ status: "admitted",
333
+ identity: input.identity,
334
+ generation: input.reflectionFallback.projectionGeneration,
335
+ work: ADMITTED_WORK,
336
+ budget: ADMITTED_BUDGET
337
+ });
338
+ }
339
+ function projectSsrDependencies(input) {
340
+ const identity = input.identity;
341
+ const reflectionFallback = identity === void 0 || input.reflectionFallback?.identity === void 0 ? void 0 : input.reflectionFallback;
342
+ const format = identity === void 0 || input.format === void 0 ? void 0 : { ...input.format, identity };
343
+ const temporal = identity === void 0 || input.temporal === void 0 ? void 0 : { identity, ...input.temporal };
344
+ const admission = identity === void 0 ? blocked(
345
+ void 0,
346
+ failure(
347
+ input.requested ? "ssr-receipt-identity-mismatch" : "ssr-not-requested",
348
+ "consumer",
349
+ input.requested ? "bind the exact source, tree, lock, and build identity before admission" : "request SSR before evaluating M0 admission",
350
+ input.requested ? { identityField: "sourceHead" } : {}
351
+ )
352
+ ) : admitSsrM0({
353
+ requested: input.requested,
354
+ identity,
355
+ ...reflectionFallback === void 0 ? {} : { reflectionFallback },
356
+ ...format === void 0 ? {} : { format },
357
+ ...temporal === void 0 ? {} : { temporal },
358
+ ...input.previousGeneration === void 0 ? {} : { previousGeneration: input.previousGeneration }
359
+ });
360
+ return Object.freeze({
361
+ status: admission.status,
362
+ identity,
363
+ requested: input.requested,
364
+ reflectionFallback: input.reflectionFallback,
365
+ format,
366
+ temporal,
367
+ admission,
368
+ work: admission.work,
369
+ budget: admission.budget,
370
+ failure: admission.failure
371
+ });
372
+ }
373
+ function zeroSsrAdmissionWork() {
374
+ return ZERO_WORK;
375
+ }
376
+ function resolveSsrAdmissionGeneration(previousGeneration, nextGeneration) {
377
+ return {
378
+ changed: previousGeneration !== void 0 && nextGeneration !== void 0 && previousGeneration !== nextGeneration,
379
+ generation: nextGeneration
461
380
  };
462
381
  }
463
- function invalidStyle(input, component, field, value, expected) {
464
- return err(new PointsLinesInvalidStyleError({ entity: input.entity, component, field, value, expected }));
382
+ var ZERO_SPATIAL_WORK = Object.freeze({
383
+ attachmentCount: 0,
384
+ passCount: 0,
385
+ bindingCount: 0,
386
+ resourceCount: 0,
387
+ historyCount: 0,
388
+ temporalDemand: 0
389
+ });
390
+ var ADMITTED_SPATIAL_WORK = Object.freeze({
391
+ attachmentCount: 3,
392
+ passCount: 4,
393
+ bindingCount: 4,
394
+ resourceCount: 3,
395
+ historyCount: 0,
396
+ temporalDemand: 0
397
+ });
398
+ function configRange(field, viewRange, maxDistance) {
399
+ switch (field) {
400
+ case "maxDistance":
401
+ return { min: 0, minInclusive: false, max: viewRange, maxInclusive: true };
402
+ case "thickness":
403
+ return { min: 0, minInclusive: false, max: maxDistance, maxInclusive: true };
404
+ case "maxRoughness":
405
+ return { min: 0, minInclusive: true, max: 1, maxInclusive: true };
406
+ }
465
407
  }
466
- function topologyMismatch(input, submesh, expected, actual) {
467
- return err(new PointsLinesTopologyMismatchError({ entity: input.entity, submesh, expected, actual }));
408
+ function configError(field, value, range) {
409
+ const left = range.minInclusive ? "[" : "(";
410
+ const right = range.maxInclusive ? "]" : ")";
411
+ return Object.freeze({
412
+ code: "ssr-config-invalid",
413
+ expected: `finite ${field} in ${left}${range.min}, ${range.max}${right}`,
414
+ hint: `set ${field} to a finite value inside the reported range before retrying`,
415
+ detail: Object.freeze({ field, value, range: Object.freeze(range) })
416
+ });
468
417
  }
469
- function checkStyle(input) {
470
- const hasPoints = input.points !== void 0;
471
- const hasLines = input.lines !== void 0;
472
- if (hasPoints && hasLines) {
473
- return invalidStyle(
474
- input,
475
- "Points/Lines",
476
- "components",
477
- "Points + Lines",
478
- "exactly one style component"
418
+ function validateScreenSpaceReflection(config, input) {
419
+ const viewRange = input.viewRange;
420
+ if (!Number.isFinite(viewRange) || viewRange <= 0) {
421
+ return err(
422
+ configError("maxDistance", config.maxDistance, configRange("maxDistance", viewRange, 0))
479
423
  );
480
424
  }
481
- if (!hasPoints && !hasLines) {
482
- return invalidStyle(input, "Points/Lines", "components", void 0, "one style component");
425
+ if (!Number.isFinite(config.maxDistance) || config.maxDistance <= 0 || config.maxDistance > viewRange) {
426
+ return err(
427
+ configError(
428
+ "maxDistance",
429
+ config.maxDistance,
430
+ configRange("maxDistance", viewRange, config.maxDistance)
431
+ )
432
+ );
483
433
  }
484
- if (hasPoints) {
485
- const sizePx = input.points?.sizePx ?? 4;
486
- const shapeValue = input.points?.shape ?? PointShapeValue.square;
487
- const shape = pointShapeFromU32(shapeValue);
488
- if (!Number.isFinite(sizePx) || sizePx <= 0) {
489
- return invalidStyle(input, "Points", "sizePx", sizePx, "finite sizePx > 0");
490
- }
491
- if (shape === void 0) {
492
- return invalidStyle(input, "Points", "shape", shapeValue, "shape is 'square' or 'circle'");
493
- }
494
- return ok({ component: "Points", shape, sizePx });
434
+ if (!Number.isFinite(config.thickness) || config.thickness <= 0 || config.thickness > config.maxDistance) {
435
+ return err(
436
+ configError(
437
+ "thickness",
438
+ config.thickness,
439
+ configRange("thickness", viewRange, config.maxDistance)
440
+ )
441
+ );
495
442
  }
496
- const widthPx = input.lines?.widthPx ?? 1;
497
- if (!Number.isFinite(widthPx) || widthPx <= 0) {
498
- return invalidStyle(input, "Lines", "widthPx", widthPx, "finite widthPx > 0");
443
+ if (!Number.isFinite(config.maxRoughness) || config.maxRoughness < 0 || config.maxRoughness > 1) {
444
+ return err(
445
+ configError(
446
+ "maxRoughness",
447
+ config.maxRoughness,
448
+ configRange("maxRoughness", viewRange, config.maxDistance)
449
+ )
450
+ );
499
451
  }
500
- return ok({ component: "Lines", widthPx });
452
+ return ok(
453
+ Object.freeze({
454
+ maxDistance: config.maxDistance,
455
+ thickness: config.thickness,
456
+ maxRoughness: config.maxRoughness
457
+ })
458
+ );
501
459
  }
502
- function checkTopology(input, component) {
503
- const expected = component === "Points" ? "point-list" : "line-list";
504
- let pointCount = 0;
505
- let segmentCount = 0;
506
- const acceptedSubmeshes = [];
507
- let sawNonEmpty = false;
508
- for (const [submeshIndex, submesh] of input.mesh.submeshes.entries()) {
509
- const indexed = input.mesh.indices !== void 0 && submesh.indexCount > 0;
510
- const elementCount = indexed ? submesh.indexCount : submesh.vertexCount;
511
- if (elementCount === 0) continue;
512
- sawNonEmpty = true;
513
- if (component === "Lines" && submesh.topology === "line-strip") {
514
- return err(
515
- new PointsLinesStyleUnsupportedError({
516
- lane: "admission",
517
- field: "topology",
518
- member: "line-strip",
519
- supported: ["line-list"]
520
- })
521
- );
522
- }
523
- if (submesh.topology !== expected) {
524
- return topologyMismatch(input, submeshIndex, expected, submesh.topology);
525
- }
526
- if (component === "Lines" && elementCount % 2 !== 0) {
527
- return topologyMismatch(input, submeshIndex, "line-list pairs", "line-list odd tail");
528
- }
529
- acceptedSubmeshes.push(submeshIndex);
530
- if (component === "Points") pointCount += elementCount;
531
- else segmentCount += elementCount / 2;
532
- }
533
- if (!sawNonEmpty) return topologyMismatch(input, 0, expected, "empty-range");
534
- return ok({ pointCount, segmentCount, submeshes: acceptedSubmeshes });
460
+ function unavailable(lane, reason, required, actual) {
461
+ const recovery = reason === "lane-unsupported" || reason === "projection-unsupported" ? "select a perspective clustered or deferred Standard lane" : reason === "reflection-fallback-unavailable" ? "repair the submitted reflection fallback owner receipt" : reason === "temporal-unavailable" ? "submit the matching temporal-v1 producer receipt" : reason === "recovery-unavailable" ? "complete device and producer recovery before retrying" : "restore the required scene, capability, or format input before retrying";
462
+ return Object.freeze({
463
+ code: "ssr-unavailable",
464
+ expected: "SSR spatial admission has a complete Standard input and capability set",
465
+ hint: recovery,
466
+ detail: Object.freeze({
467
+ lane,
468
+ reason,
469
+ required: Object.freeze([...required]),
470
+ actual: Object.freeze({ ...actual }),
471
+ recovery
472
+ })
473
+ });
474
+ }
475
+ function unavailableResult(lane, viewRange, failure2) {
476
+ return Object.freeze({
477
+ status: "fallback-only",
478
+ lane,
479
+ config: void 0,
480
+ viewRange,
481
+ work: ZERO_SPATIAL_WORK,
482
+ failure: failure2
483
+ });
535
484
  }
536
- function checkMaterial(input) {
537
- const passes = input.material.passes ?? [];
538
- const unlitModules = /* @__PURE__ */ new Set(["forgeax_material::unlit", "forgeax::default-unlit"]);
539
- if (passes.length !== 1 || passes[0] === void 0) {
540
- const pass2 = passes.find(
541
- (candidate) => candidate.name === "deferred" || candidate.name === "shadow-caster"
542
- ) ?? passes[0];
543
- return err(
544
- new PointsLinesMaterialUnsupportedError({
545
- entity: input.entity,
546
- material: input.materialId ?? "<anonymous>",
547
- pass: pass2?.name ?? "<empty>",
548
- module: pass2?.program.module ?? "<empty>",
549
- reason: "points-lines admission requires one unlit forward pass"
485
+ function admitSsrSpatial(input) {
486
+ const camera = input.camera;
487
+ const environment = input.environment;
488
+ const viewRange = camera.far - camera.near;
489
+ const config = camera.screenSpaceReflection;
490
+ if (config === void 0) {
491
+ return Object.freeze({
492
+ status: "not-requested",
493
+ lane: environment.lane,
494
+ config: void 0,
495
+ viewRange,
496
+ work: ZERO_SPATIAL_WORK
497
+ });
498
+ }
499
+ const valid = validateScreenSpaceReflection(config, { viewRange });
500
+ if (!valid.ok) {
501
+ return Object.freeze({
502
+ status: "fallback-only",
503
+ lane: environment.lane,
504
+ config,
505
+ viewRange,
506
+ work: ZERO_SPATIAL_WORK,
507
+ failure: valid.error
508
+ });
509
+ }
510
+ if (environment.m0.status !== "admitted") {
511
+ return unavailableResult(
512
+ environment.lane,
513
+ viewRange,
514
+ unavailable(
515
+ environment.lane,
516
+ "reflection-fallback-unavailable",
517
+ ["admitted M0 dependency receipt"],
518
+ { m0: false }
519
+ )
520
+ );
521
+ }
522
+ if (environment.lane !== "clustered" && environment.lane !== "deferred") {
523
+ return unavailableResult(
524
+ environment.lane,
525
+ viewRange,
526
+ unavailable(environment.lane, "lane-unsupported", ["clustered or deferred Standard lane"], {
527
+ lane: environment.lane
550
528
  })
551
529
  );
552
530
  }
553
- const pass = passes[0];
554
- const lightMode = pass.renderState?.tags?.LightMode;
555
- if (!unlitModules.has(pass.program.module) || pass.name !== "forward" || lightMode === "ShadowCaster") {
556
- return err(
557
- new PointsLinesMaterialUnsupportedError({
558
- entity: input.entity,
559
- material: input.materialId ?? "<anonymous>",
560
- pass: pass.name,
561
- module: pass.program.module,
562
- reason: "points-lines admission requires an engine-owned unlit forward pass"
531
+ if (camera.projection !== "perspective") {
532
+ return unavailableResult(
533
+ environment.lane,
534
+ viewRange,
535
+ unavailable(environment.lane, "projection-unsupported", ["perspective camera"], {
536
+ projection: camera.projection
563
537
  })
564
538
  );
565
539
  }
566
- return ok(void 0);
567
- }
568
- function admitPointsLines(input) {
569
- const style = checkStyle(input);
570
- if (!style.ok) return style;
571
- const topology = checkTopology(input, style.value.component);
572
- if (!topology.ok) return topology;
573
- const material = checkMaterial(input);
574
- if (!material.ok) return material;
575
- if (style.value.component === "Points" && input.limits?.maxPoints !== void 0) {
576
- if (topology.value.pointCount > input.limits.maxPoints) {
577
- return err(
578
- new PointsLinesBudgetExceededError({
579
- lane: "admission",
580
- requested: topology.value.pointCount,
581
- limit: input.limits.maxPoints,
582
- unit: "points"
583
- })
584
- );
585
- }
540
+ if (!environment.sceneInputs) {
541
+ return unavailableResult(
542
+ environment.lane,
543
+ viewRange,
544
+ unavailable(
545
+ environment.lane,
546
+ "scene-input-unavailable",
547
+ ["deferred Standard scene/material/fallback inputs"],
548
+ { sceneInputs: false }
549
+ )
550
+ );
586
551
  }
587
- if (style.value.component === "Lines" && input.limits?.maxSegments !== void 0) {
588
- if (topology.value.segmentCount > input.limits.maxSegments) {
589
- return err(
590
- new PointsLinesBudgetExceededError({
591
- lane: "admission",
592
- requested: topology.value.segmentCount,
593
- limit: input.limits.maxSegments,
594
- unit: "segments"
595
- })
596
- );
597
- }
552
+ if (!environment.temporal) {
553
+ return unavailableResult(
554
+ environment.lane,
555
+ viewRange,
556
+ unavailable(environment.lane, "temporal-unavailable", ["temporal-v1"], { temporal: false })
557
+ );
558
+ }
559
+ if (!environment.reflectionFallback) {
560
+ return unavailableResult(
561
+ environment.lane,
562
+ viewRange,
563
+ unavailable(
564
+ environment.lane,
565
+ "reflection-fallback-unavailable",
566
+ ["submitted BRDF-projected fallback"],
567
+ { reflectionFallback: false }
568
+ )
569
+ );
570
+ }
571
+ if (environment.recovery === false) {
572
+ return unavailableResult(
573
+ environment.lane,
574
+ viewRange,
575
+ unavailable(environment.lane, "recovery-unavailable", ["ready device and owners"], {
576
+ recovery: false
577
+ })
578
+ );
579
+ }
580
+ const capabilities = environment.capabilities;
581
+ if (!capabilities.compute || !capabilities.storageTexture || !capabilities.rgba16floatRenderable) {
582
+ return unavailableResult(
583
+ environment.lane,
584
+ viewRange,
585
+ unavailable(
586
+ environment.lane,
587
+ "capability-unavailable",
588
+ ["compute", "storageTexture", "rgba16floatRenderable"],
589
+ {
590
+ compute: capabilities.compute,
591
+ storageTexture: capabilities.storageTexture,
592
+ rgba16floatRenderable: capabilities.rgba16floatRenderable
593
+ }
594
+ )
595
+ );
596
+ }
597
+ if (!capabilities.r32floatSampledStorage) {
598
+ return unavailableResult(
599
+ environment.lane,
600
+ viewRange,
601
+ unavailable(
602
+ environment.lane,
603
+ "format-unavailable",
604
+ ["r32float sampled and storage mip chain"],
605
+ { r32floatSampledStorage: false }
606
+ )
607
+ );
598
608
  }
599
- return ok({ ...style.value, ...topology.value });
600
- }
601
-
602
- // src/point-shadow-inspection.ts
603
- function inspectPointShadow(snapshots, shadowAtlasCapacity) {
604
- const requested = snapshots.length;
605
- const admitted = snapshots.reduce(
606
- (count, snapshot) => snapshot.shadowAtlasLayer >= 0 && snapshot.shadowAtlasLayer < shadowAtlasCapacity ? count + 1 : count,
607
- 0
608
- );
609
- const status = requested === 0 ? "inactive" : requested > shadowAtlasCapacity || admitted !== requested ? "over-budget" : "ready";
610
609
  return Object.freeze({
611
- status,
612
- requested,
613
- admitted,
614
- // A point shadow only samples an atlas after it owns an atlas layer. Keep
615
- // these names explicit for AI diagnostics while deriving both from the
616
- // one layer projection above.
617
- shadowed: admitted,
618
- shadowAtlasOccupancy: admitted,
619
- shadowAtlasCapacity
610
+ status: "admitted",
611
+ lane: environment.lane,
612
+ config: valid.value,
613
+ viewRange,
614
+ work: ADMITTED_SPATIAL_WORK
620
615
  });
621
616
  }
622
617
 
@@ -651,48 +646,6 @@ function inspectVolumetricFog(input) {
651
646
  candidateSelectedLight: recovery?.candidateSelectedLight
652
647
  });
653
648
  }
654
- var FACE_ORIENTATION = [
655
- { direction: [1, 0, 0], up: [0, 1, 0] },
656
- { direction: [-1, 0, 0], up: [0, 1, 0] },
657
- { direction: [0, 1, 0], up: [0, 0, -1] },
658
- { direction: [0, -1, 0], up: [0, 0, 1] },
659
- { direction: [0, 0, 1], up: [0, 1, 0] },
660
- { direction: [0, 0, -1], up: [0, 1, 0] }
661
- ];
662
- function assertRange(near, far) {
663
- if (!Number.isFinite(near) || near <= 0 || !Number.isFinite(far) || far <= near) {
664
- throw new RangeError("CubeCamera requires finite near > 0 and far > near.");
665
- }
666
- }
667
- function buildCubeCameraFaceViews(input) {
668
- assertRange(input.near, input.far);
669
- const views = [];
670
- for (const [index, face] of CUBE_CAMERA_FACE_ORDER.entries()) {
671
- const orientation = FACE_ORIENTATION[index];
672
- if (orientation === void 0)
673
- throw new Error(`CubeCamera face orientation missing at ${index}`);
674
- const target = [
675
- (input.position[0] ?? 0) + orientation.direction[0],
676
- (input.position[1] ?? 0) + orientation.direction[1],
677
- (input.position[2] ?? 0) + orientation.direction[2]
678
- ];
679
- const view = mat4.lookAt(mat4.create(), input.position, target, orientation.up);
680
- const projection = mat4.perspective(mat4.create(), Math.PI / 2, 1, input.near, input.far);
681
- const viewProjection = mat4.multiply(mat4.create(), projection, view);
682
- views.push({
683
- position: input.position,
684
- face,
685
- direction: orientation.direction,
686
- up: orientation.up,
687
- near: input.near,
688
- far: input.far,
689
- view,
690
- projection,
691
- viewProjection
692
- });
693
- }
694
- return views;
695
- }
696
649
 
697
650
  // src/reflection/filter.ts
698
651
  function createProbeFilterState(input) {
@@ -1225,235 +1178,530 @@ function consumeLodOcclusionInspection(inspection) {
1225
1178
  const action = error.code.startsWith("asset-") || reason === "producer-failed" ? "rebuild" : reason === "query-failed" || reason === "page-exhausted" || reason === "device-loss" ? "retry" : "cold-cook";
1226
1179
  return { action, sourceKey: inspection.root.sourceKey, reason };
1227
1180
  }
1228
- var SSR_FORMAT_PROFILE = "r32float-mip-sampled-storage";
1229
- var SSR_FORMAT_STAGES = Object.freeze([
1230
- "texture-create",
1231
- "mip-view",
1232
- "sampled-storage-bind-group",
1233
- "pipeline-bind",
1234
- "finish",
1235
- "submit",
1236
- "completion",
1237
- "readback"
1238
- ]);
1239
- var ZERO_WORK = Object.freeze({
1240
- attachmentCount: 0,
1241
- passCount: 0,
1242
- bindingCount: 0,
1243
- resourceCount: 0,
1244
- historyCount: 0,
1245
- temporalDemand: 0
1246
- });
1247
- var ADMITTED_WORK = Object.freeze({
1248
- attachmentCount: 1,
1249
- passCount: 1,
1250
- bindingCount: 1,
1251
- resourceCount: 1,
1252
- historyCount: 0,
1253
- temporalDemand: 0
1254
- });
1255
- var ZERO_BUDGET = Object.freeze({
1256
- probeExecutions: 0,
1257
- resetCount: 0,
1258
- rebuildCount: 0
1259
- });
1260
- var ADMITTED_BUDGET = Object.freeze({
1261
- probeExecutions: 1,
1262
- resetCount: 0,
1263
- rebuildCount: 0
1264
- });
1265
- function identityFieldMismatch(expected, actual) {
1266
- for (const field of ["sourceHead", "sourceTree", "lockSha256", "buildSha256"]) {
1267
- if (expected[field] !== actual[field]) return field;
1181
+
1182
+ // src/ssr/inspection.ts
1183
+ var SSR_INSPECTION_MAX_PASSES = 64;
1184
+ function nonNegativeSafeInteger(name, value) {
1185
+ if (!Number.isSafeInteger(value) || value < 0) {
1186
+ throw new Error(`${name} must be a non-negative safe integer`);
1268
1187
  }
1269
- return void 0;
1270
- }
1271
- function blocked(identity, failure2, generation = 0) {
1272
- return Object.freeze({
1273
- status: "fallback-only",
1274
- identity,
1275
- generation,
1276
- work: ZERO_WORK,
1277
- budget: ZERO_BUDGET,
1278
- failure: failure2
1279
- });
1188
+ return value;
1280
1189
  }
1281
- function failure(code, owner, hint, detail = {}) {
1282
- const action = recoveryActionFor(code);
1190
+ function copyHistory(history) {
1191
+ nonNegativeSafeInteger("SSR inspection history.bytes", history.bytes);
1192
+ nonNegativeSafeInteger("SSR inspection history.resetCount", history.resetCount);
1283
1193
  return Object.freeze({
1284
- code,
1285
- expected: "all producer, format, and temporal receipts share one admitted identity",
1286
- hint,
1287
- detail: Object.freeze({ owner, action, ...detail })
1194
+ state: history.state,
1195
+ bytes: history.bytes,
1196
+ resetCount: history.resetCount
1288
1197
  });
1289
1198
  }
1290
- function recoveryActionFor(code) {
1291
- switch (code) {
1292
- case "ssr-reflection-fallback-unavailable":
1293
- case "ssr-receipt-identity-mismatch":
1294
- return "rebuild";
1295
- case "ssr-not-requested":
1296
- case "ssr-format-unavailable":
1297
- case "ssr-temporal-unavailable":
1298
- case "ssr-receipt-stale":
1299
- return "retry";
1199
+ function copyCoverage(coverage) {
1200
+ const result = {
1201
+ hitCount: coverage?.hitCount ?? null,
1202
+ fallbackCount: coverage?.fallbackCount ?? null,
1203
+ excludedCount: coverage?.excludedCount ?? null
1204
+ };
1205
+ for (const [key, value] of Object.entries(result)) {
1206
+ if (value !== null) nonNegativeSafeInteger(`SSR inspection coverage.${key}`, value);
1300
1207
  }
1208
+ return Object.freeze(result);
1301
1209
  }
1302
- function receiptFailure(input, receipt, owner) {
1303
- const field = identityFieldMismatch(input.identity, receipt.identity);
1304
- if (field === void 0) return void 0;
1305
- return blocked(
1306
- input.identity,
1307
- failure("ssr-receipt-identity-mismatch", owner, "rebuild the owner receipt for this identity", {
1308
- identityField: field
1210
+ function copyPassRoster(passRoster) {
1211
+ return Object.freeze(
1212
+ [...passRoster ?? []].slice(0, SSR_INSPECTION_MAX_PASSES).map((name, index) => {
1213
+ if (typeof name !== "string" || name.length === 0) {
1214
+ throw new Error(`SSR inspection passRoster[${index}] must be a non-empty string`);
1215
+ }
1216
+ return name;
1309
1217
  })
1310
1218
  );
1311
1219
  }
1312
- function validFallback(receipt) {
1313
- return receipt !== void 0 && receipt.candidateVisible === false && Number.isFinite(receipt.coverage) && receipt.coverage >= 0 && receipt.coverage <= 1 && (receipt.sourceKey === void 0 || receipt.sourceKey.length > 0) && (receipt.extent === void 0 || receipt.extent.length === 3 && receipt.extent.every((value) => Number.isFinite(value) && value > 0)) && Number.isInteger(receipt.sourceGeneration) && receipt.sourceGeneration >= 0 && Number.isInteger(receipt.projectionGeneration) && receipt.projectionGeneration >= 0 && Number.isInteger(receipt.deviceGeneration) && receipt.deviceGeneration >= 0 && receipt.brdfSignature === "standard-pbr-ibl-v1" && (receipt.source === "probe" && (receipt.state === "active" || receipt.state === "lkg") || receipt.source === "skylight" && (receipt.state === "active" || receipt.state === "lkg") || receipt.source === "neutral" && receipt.state === "neutral");
1314
- }
1315
- function validFormat(receipt) {
1316
- if (receipt?.profile !== SSR_FORMAT_PROFILE || receipt.verdict !== "admitted" || receipt.evidence !== "real" || !Number.isInteger(receipt.deviceGeneration) || receipt.deviceGeneration < 0) {
1317
- return false;
1318
- }
1319
- if (!SSR_FORMAT_STAGES.every(
1320
- (stage) => receipt.stages.some((entry) => entry.stage === stage && entry.verdict === "admitted")
1321
- )) {
1322
- return false;
1323
- }
1324
- return validateR32FloatReceipt(receipt).ok;
1220
+ function projectSsrSpatialInspection(admission, projection = {}) {
1221
+ const config = admission.config;
1222
+ return Object.freeze({
1223
+ status: projection.status ?? admission.status,
1224
+ lane: admission.lane,
1225
+ config: config === void 0 ? void 0 : Object.freeze({
1226
+ maxDistance: config.maxDistance,
1227
+ thickness: config.thickness,
1228
+ maxRoughness: config.maxRoughness
1229
+ }),
1230
+ viewRange: admission.viewRange,
1231
+ coverage: copyCoverage(projection.coverage),
1232
+ history: copyHistory(
1233
+ projection.history ?? {
1234
+ state: "not-owned",
1235
+ bytes: 0,
1236
+ resetCount: 0
1237
+ }
1238
+ ),
1239
+ work: Object.freeze({ ...admission.work }),
1240
+ passRoster: copyPassRoster(projection.passRoster),
1241
+ fallbackSource: projection.fallbackSource,
1242
+ failure: projection.failure ?? admission.failure
1243
+ });
1325
1244
  }
1326
- function validTemporal(receipt) {
1327
- return receipt?.successfulSubmit === true && Number.isInteger(receipt.generation) && receipt.generation >= 0;
1245
+ function serializeSsrSpatialInspection(inspection) {
1246
+ return JSON.stringify(inspection);
1328
1247
  }
1329
- function admitSsrM0(input) {
1330
- if (!input.requested) {
1331
- return blocked(
1332
- input.identity,
1333
- failure("ssr-not-requested", "consumer", "request SSR before evaluating M0 admission")
1334
- );
1335
- }
1336
- if (input.reflectionFallback === void 0) {
1337
- return blocked(
1338
- input.identity,
1339
- failure("ssr-reflection-fallback-unavailable", "producer", "use LKG, Skylight, or neutral")
1340
- );
1341
- }
1342
- const fallbackIdentityFailure = receiptFailure(input, input.reflectionFallback, "producer");
1343
- if (fallbackIdentityFailure !== void 0) return fallbackIdentityFailure;
1344
- if (!validFallback(input.reflectionFallback)) {
1345
- return blocked(
1346
- input.identity,
1347
- failure(
1348
- "ssr-reflection-fallback-unavailable",
1349
- "producer",
1350
- "inspect and rebuild the producer receipt"
1351
- ),
1352
- input.reflectionFallback.projectionGeneration
1353
- );
1248
+ var DynamicGeometryError = class extends Error {
1249
+ code;
1250
+ expected;
1251
+ hint;
1252
+ detail;
1253
+ constructor(code, expected, hint, detail = {}) {
1254
+ super(`${code}: ${expected}`);
1255
+ this.name = "DynamicGeometryError";
1256
+ this.code = code;
1257
+ this.expected = expected;
1258
+ this.hint = hint;
1259
+ this.detail = Object.freeze({ code, ...detail });
1354
1260
  }
1355
- if (input.format === void 0) {
1356
- return blocked(
1357
- input.identity,
1358
- failure("ssr-format-unavailable", "format", "probe the exact format profile for this device"),
1359
- input.reflectionFallback.projectionGeneration
1360
- );
1261
+ };
1262
+ function sameCandidateCredential(candidate, committed) {
1263
+ return candidate.candidateId === committed.candidateId && candidate.owner === committed.owner && candidate.world === committed.world && candidate.generation === committed.generation && candidate.entity === committed.entity && candidate.physicsEntity === committed.physicsEntity && candidate.gpuReady === committed.gpuReady && candidate.meshBytes === committed.meshBytes && candidate.revision === committed.revision && candidate.topologyRevision === committed.topologyRevision && candidate.materialIdentity === committed.materialIdentity && candidate.meshHandle === committed.meshHandle && candidate.fixedStep === committed.fixedStep;
1264
+ }
1265
+ function cloneTypedArray(value) {
1266
+ return new value.constructor(value);
1267
+ }
1268
+ function cloneMesh(mesh) {
1269
+ const attributes = Object.fromEntries(
1270
+ Object.entries(mesh.attributes).map(([key, value]) => [
1271
+ key,
1272
+ value instanceof ArrayBuffer ? value.slice(0) : value === void 0 ? void 0 : cloneTypedArray(value)
1273
+ ])
1274
+ );
1275
+ return Object.freeze({
1276
+ ...mesh,
1277
+ vertices: new Float32Array(mesh.vertices),
1278
+ ...mesh.indices === void 0 ? {} : { indices: cloneTypedArray(mesh.indices) },
1279
+ attributes,
1280
+ ...mesh.aabb === void 0 ? {} : { aabb: new Float32Array(mesh.aabb) },
1281
+ submeshes: Object.freeze(mesh.submeshes.map((submesh) => Object.freeze({ ...submesh }))),
1282
+ materialSlots: Object.freeze(mesh.materialSlots.map((slot) => Object.freeze({ ...slot })))
1283
+ });
1284
+ }
1285
+ function cloneCandidate(candidate) {
1286
+ return Object.freeze({ ...candidate, mesh: cloneMesh(candidate.mesh) });
1287
+ }
1288
+ function validateMesh(mesh) {
1289
+ if (mesh.kind !== "mesh") return "MeshAsset.kind must be mesh";
1290
+ if (!(mesh.vertices instanceof Float32Array) || mesh.vertices.length === 0 || mesh.vertices.length % 3 !== 0) {
1291
+ return "MeshAsset.vertices must be a non-empty Float32Array with xyz triples";
1361
1292
  }
1362
- const formatIdentityFailure = receiptFailure(input, input.format, "format");
1363
- if (formatIdentityFailure !== void 0) return formatIdentityFailure;
1364
- if (!validFormat(input.format)) {
1365
- return blocked(
1366
- input.identity,
1367
- failure("ssr-format-unavailable", "format", "complete the full r32float profile probe"),
1368
- input.reflectionFallback.projectionGeneration
1369
- );
1293
+ if (mesh.indices !== void 0 && !(mesh.indices instanceof Uint16Array || mesh.indices instanceof Uint32Array)) {
1294
+ return "MeshAsset.indices must be Uint16Array or Uint32Array";
1370
1295
  }
1371
- if (input.temporal === void 0) {
1372
- return blocked(
1373
- input.identity,
1374
- failure(
1375
- "ssr-temporal-unavailable",
1376
- "temporal",
1377
- "submit the matching temporal producer receipt"
1378
- ),
1379
- input.reflectionFallback.projectionGeneration
1380
- );
1296
+ if (mesh.submeshes.length === 0)
1297
+ return "MeshAsset.submeshes must contain at least one topology range";
1298
+ if (mesh.materialSlots.length < mesh.submeshes.length) {
1299
+ return "MeshAsset.materialSlots must cover every submesh";
1381
1300
  }
1382
- const temporalIdentityFailure = receiptFailure(input, input.temporal, "temporal");
1383
- if (temporalIdentityFailure !== void 0) return temporalIdentityFailure;
1384
- if (!validTemporal(input.temporal)) {
1385
- return blocked(
1386
- input.identity,
1387
- failure("ssr-temporal-unavailable", "temporal", "inspect and rebuild the temporal receipt"),
1388
- input.reflectionFallback.projectionGeneration
1389
- );
1301
+ if (mesh.vertices.some((value) => !Number.isFinite(value)))
1302
+ return "MeshAsset.vertices must be finite";
1303
+ return void 0;
1304
+ }
1305
+ function meshByteSize(mesh) {
1306
+ let bytes = mesh.vertices.byteLength + (mesh.indices?.byteLength ?? 0);
1307
+ for (const value of Object.values(mesh.attributes)) {
1308
+ if (value instanceof ArrayBuffer) bytes += value.byteLength;
1309
+ else if (value !== void 0 && ArrayBuffer.isView(value)) bytes += value.byteLength;
1390
1310
  }
1391
- if (input.previousGeneration !== void 0 && input.previousGeneration !== input.reflectionFallback.projectionGeneration) {
1392
- return blocked(
1393
- input.identity,
1394
- failure(
1395
- "ssr-receipt-stale",
1396
- "consumer",
1397
- "discard stale completion and reinspect the owners",
1398
- {
1399
- generation: input.reflectionFallback.projectionGeneration
1311
+ if (mesh.aabb !== void 0) bytes += mesh.aabb.byteLength;
1312
+ return bytes;
1313
+ }
1314
+ function createDynamicGeometryLifecycle(maxCandidates = 32, maxMeshBytes = 64 * 1024 * 1024) {
1315
+ const records = /* @__PURE__ */ new Map();
1316
+ const owner = {};
1317
+ let sequence = 0;
1318
+ let currentGeneration = 0;
1319
+ let disposed = false;
1320
+ let historyInvalidations = 0;
1321
+ let latestRevision;
1322
+ let latestFrameId;
1323
+ let retired = 0;
1324
+ let invalidated = 0;
1325
+ let meshBytes = 0;
1326
+ const latestRevisionByWorld = /* @__PURE__ */ new WeakMap();
1327
+ const latestTopologyRevisionByWorld = /* @__PURE__ */ new WeakMap();
1328
+ const publishedReceipts = /* @__PURE__ */ new Map();
1329
+ const failure2 = (code, expected, hint, detail = {}) => err(new DynamicGeometryError(code, expected, hint, detail));
1330
+ const current = (candidate) => {
1331
+ const record = records.get(candidate.candidateId);
1332
+ if (record === void 0 || candidate.owner !== owner || record.candidate.owner !== candidate.owner || record.candidate.world !== candidate.world || record.candidate.generation !== candidate.generation)
1333
+ return void 0;
1334
+ return record;
1335
+ };
1336
+ return {
1337
+ prepare(input, generation) {
1338
+ if (disposed)
1339
+ return failure2("dynamic-geometry-disposed", "renderer is alive", "rebuild the Renderer");
1340
+ if (input.world === null || typeof input.world !== "object") {
1341
+ return failure2(
1342
+ "dynamic-geometry-world-not-attached",
1343
+ "candidate belongs to an attached World",
1344
+ "attach the World before preparing geometry"
1345
+ );
1346
+ }
1347
+ if (!Number.isInteger(input.revision) || input.revision < 0) {
1348
+ return failure2(
1349
+ "dynamic-geometry-invalid",
1350
+ "geometry revision is a non-negative integer",
1351
+ "advance the consumer revision monotonically",
1352
+ { revision: input.revision }
1353
+ );
1354
+ }
1355
+ if (generation !== currentGeneration && currentGeneration !== 0) {
1356
+ return failure2(
1357
+ "dynamic-geometry-generation-mismatch",
1358
+ "candidate uses the active renderer generation",
1359
+ "discard stale generation work and prepare again",
1360
+ { generation, actual: currentGeneration }
1361
+ );
1362
+ }
1363
+ if (records.size >= maxCandidates) {
1364
+ return failure2(
1365
+ "dynamic-geometry-budget-exceeded",
1366
+ "candidate count remains within the bounded renderer budget",
1367
+ "cancel or retire an earlier candidate before retrying",
1368
+ { actual: records.size }
1369
+ );
1370
+ }
1371
+ const invalid = validateMesh(input.mesh);
1372
+ if (invalid !== void 0)
1373
+ return failure2(
1374
+ "dynamic-geometry-invalid",
1375
+ "MeshAsset satisfies the standard geometry contract",
1376
+ invalid
1377
+ );
1378
+ const candidateBytes = meshByteSize(input.mesh);
1379
+ if (!Number.isSafeInteger(candidateBytes) || candidateBytes < 0 || meshBytes > maxMeshBytes - candidateBytes) {
1380
+ return failure2(
1381
+ "dynamic-geometry-budget-exceeded",
1382
+ "candidate mesh bytes remain within the bounded renderer resource budget",
1383
+ "cancel or retire an earlier candidate before retrying",
1384
+ { actual: { meshBytes, candidateBytes, maxMeshBytes } }
1385
+ );
1386
+ }
1387
+ const candidateId = `mesh:${generation}:${++sequence}:${input.revision}`;
1388
+ const candidate = Object.freeze({
1389
+ candidateId,
1390
+ generation,
1391
+ owner,
1392
+ world: input.world,
1393
+ ...input.entity === void 0 ? {} : { entity: input.entity },
1394
+ ...input.physicsEntity === void 0 ? {} : { physicsEntity: input.physicsEntity },
1395
+ gpuReady: input.meshHandle !== void 0,
1396
+ meshBytes: candidateBytes,
1397
+ revision: input.revision,
1398
+ topologyRevision: input.topologyRevision ?? input.revision,
1399
+ ...input.materialIdentity === void 0 ? {} : { materialIdentity: input.materialIdentity },
1400
+ ...input.meshHandle === void 0 ? {} : { meshHandle: input.meshHandle },
1401
+ ...input.fixedStep === void 0 ? {} : { fixedStep: input.fixedStep },
1402
+ mesh: cloneMesh(input.mesh),
1403
+ state: "prepared"
1404
+ });
1405
+ records.set(candidateId, {
1406
+ world: input.world,
1407
+ candidate,
1408
+ historyInvalidated: false
1409
+ });
1410
+ meshBytes += candidateBytes;
1411
+ currentGeneration = generation;
1412
+ return ok(cloneCandidate(candidate));
1413
+ },
1414
+ accept(candidate, ordering) {
1415
+ if (disposed)
1416
+ return failure2("dynamic-geometry-disposed", "renderer is alive", "rebuild the Renderer");
1417
+ const record = current(candidate);
1418
+ if (record === void 0)
1419
+ return failure2(
1420
+ "dynamic-geometry-candidate-not-found",
1421
+ "candidate is owned by this renderer",
1422
+ "discard the stale credential"
1423
+ );
1424
+ if (candidate.generation !== currentGeneration) {
1425
+ return failure2(
1426
+ "dynamic-geometry-generation-mismatch",
1427
+ "candidate generation matches the active renderer generation",
1428
+ "prepare against the current renderer generation",
1429
+ { candidateId: candidate.candidateId }
1430
+ );
1431
+ }
1432
+ if (record.candidate.state !== "prepared") {
1433
+ return failure2(
1434
+ "dynamic-geometry-candidate-state",
1435
+ "candidate is prepared exactly once before acceptance",
1436
+ "retain the accepted or published receipt",
1437
+ { candidateId: candidate.candidateId }
1438
+ );
1439
+ }
1440
+ if (!sameCandidateCredential(candidate, record.candidate)) {
1441
+ return failure2(
1442
+ "dynamic-geometry-receipt-mismatch",
1443
+ "acceptance uses the exact prepared candidate credential",
1444
+ "discard the altered credential and use the value returned by prepare",
1445
+ { candidateId: candidate.candidateId }
1446
+ );
1447
+ }
1448
+ if (ordering !== void 0) {
1449
+ if (ordering.world !== record.world || !Number.isInteger(ordering.fixedStep) || ordering.fixedStep < 0) {
1450
+ return failure2(
1451
+ "dynamic-geometry-ordering-required",
1452
+ "acceptance ordering names the candidate World and a non-negative fixed step",
1453
+ "submit the PhysicsWorld publication ordering for the same attached World",
1454
+ { candidateId: candidate.candidateId, actual: ordering }
1455
+ );
1456
+ }
1457
+ }
1458
+ const newest = [...records.values()].filter(
1459
+ (entry) => entry.candidate.candidateId !== candidate.candidateId && entry.world === record.world && entry.candidate.entity === record.candidate.entity && (entry.candidate.state === "prepared" || entry.candidate.state === "accepted")
1460
+ ).map((entry) => entry.candidate.revision).concat(latestRevisionByWorld.get(record.world)?.get(record.candidate.entity) ?? -1).sort((a, b) => b - a)[0];
1461
+ if (newest !== void 0 && record.candidate.revision <= newest) {
1462
+ return failure2(
1463
+ "dynamic-geometry-stale",
1464
+ "accepted geometry revision is newer than the active candidate",
1465
+ "advance topology revision before accepting",
1466
+ { candidateId: candidate.candidateId }
1467
+ );
1468
+ }
1469
+ const accepted = Object.freeze({
1470
+ ...record.candidate,
1471
+ ...ordering === void 0 ? {} : { fixedStep: ordering.fixedStep },
1472
+ state: "accepted"
1473
+ });
1474
+ const previousTopologies = [...records.values()].filter(
1475
+ (entry) => entry.candidate.candidateId !== candidate.candidateId && entry.world === record.world && entry.candidate.entity === record.candidate.entity
1476
+ ).map((entry) => entry.candidate.topologyRevision);
1477
+ const previousLatestTopology = latestTopologyRevisionByWorld.get(record.world)?.get(record.candidate.entity);
1478
+ const newestTopology = previousTopologies.concat(previousLatestTopology === void 0 ? [] : [previousLatestTopology]).sort((a, b) => b - a)[0];
1479
+ if (newestTopology !== void 0 && accepted.topologyRevision < newestTopology) {
1480
+ return failure2(
1481
+ "dynamic-geometry-stale",
1482
+ "accepted topology revision is not older than the active geometry history",
1483
+ "advance topology revision before accepting a replacement candidate",
1484
+ { candidateId: candidate.candidateId }
1485
+ );
1486
+ }
1487
+ if (newestTopology !== void 0 && accepted.topologyRevision > newestTopology) {
1488
+ historyInvalidations += 1;
1489
+ for (const previous of records.values()) {
1490
+ if (previous.world !== record.world || previous.candidate.entity !== record.candidate.entity || previous.candidate.candidateId === candidate.candidateId || previous.candidate.topologyRevision >= accepted.topologyRevision)
1491
+ continue;
1492
+ if (!previous.historyInvalidated) {
1493
+ previous.historyInvalidated = true;
1494
+ invalidated += 1;
1495
+ }
1496
+ }
1497
+ }
1498
+ record.candidate = accepted;
1499
+ return ok(cloneCandidate(accepted));
1500
+ },
1501
+ cancel(candidate, completion) {
1502
+ const record = current(candidate);
1503
+ if (record === void 0)
1504
+ return failure2(
1505
+ "dynamic-geometry-candidate-not-found",
1506
+ "candidate is owned by this renderer",
1507
+ "discard the stale credential"
1508
+ );
1509
+ if (!sameCandidateCredential(candidate, record.candidate))
1510
+ return failure2(
1511
+ "dynamic-geometry-receipt-mismatch",
1512
+ "cancellation uses the exact prepared candidate credential",
1513
+ "discard the altered credential and use the value returned by prepare",
1514
+ { candidateId: candidate.candidateId }
1515
+ );
1516
+ if (record.candidate.state !== "prepared" && record.candidate.state !== "accepted") {
1517
+ return failure2(
1518
+ "dynamic-geometry-candidate-state",
1519
+ "only prepared or accepted geometry can be cancelled once",
1520
+ "retire published geometry or await the existing terminal cleanup"
1521
+ );
1522
+ }
1523
+ record.candidate = Object.freeze({ ...record.candidate, state: "cancelled" });
1524
+ const release = () => {
1525
+ if (records.get(candidate.candidateId) !== record) return;
1526
+ records.delete(candidate.candidateId);
1527
+ meshBytes = Math.max(0, meshBytes - record.candidate.meshBytes);
1528
+ };
1529
+ if (completion === void 0) release();
1530
+ else void completion.then(release, release);
1531
+ return ok(void 0);
1532
+ },
1533
+ retire(candidate) {
1534
+ const record = current(candidate);
1535
+ if (record === void 0)
1536
+ return failure2(
1537
+ "dynamic-geometry-candidate-not-found",
1538
+ "retirement uses a published candidate owned by this renderer",
1539
+ "discard the stale credential and do not evict any unrelated mesh",
1540
+ { candidateId: candidate.candidateId }
1541
+ );
1542
+ if (!sameCandidateCredential(candidate, record.candidate))
1543
+ return failure2(
1544
+ "dynamic-geometry-receipt-mismatch",
1545
+ "retirement uses the exact published candidate credential",
1546
+ "discard the altered credential and use the value returned by publish",
1547
+ { candidateId: candidate.candidateId }
1548
+ );
1549
+ if (record.candidate.state !== "published") {
1550
+ return failure2(
1551
+ "dynamic-geometry-candidate-state",
1552
+ "only published geometry can enter receipt-bound retirement",
1553
+ "publish the candidate from a submitted frame first"
1554
+ );
1555
+ }
1556
+ record.candidate = Object.freeze({ ...record.candidate, state: "retired" });
1557
+ publishedReceipts.delete(candidate.candidateId);
1558
+ retired += 1;
1559
+ return ok(void 0);
1560
+ },
1561
+ finalizeRetirement(candidate) {
1562
+ const record = current(candidate);
1563
+ if (record === void 0)
1564
+ return failure2(
1565
+ "dynamic-geometry-candidate-not-found",
1566
+ "retirement finalization uses a candidate retained by this lifecycle",
1567
+ "discard the stale credential or finish the current receipt-bound retirement"
1568
+ );
1569
+ if (!sameCandidateCredential(candidate, record.candidate))
1570
+ return failure2(
1571
+ "dynamic-geometry-receipt-mismatch",
1572
+ "retirement finalization uses the exact published candidate credential",
1573
+ "discard the altered credential and use the value returned by publication",
1574
+ { candidateId: candidate.candidateId }
1575
+ );
1576
+ if (record.candidate.state !== "retired")
1577
+ return failure2(
1578
+ "dynamic-geometry-candidate-state",
1579
+ "only a retired candidate can release its deferred budget",
1580
+ "retire the published candidate before finalizing its receipt-bound cleanup",
1581
+ { candidateId: candidate.candidateId }
1582
+ );
1583
+ records.delete(candidate.candidateId);
1584
+ meshBytes = Math.max(0, meshBytes - record.candidate.meshBytes);
1585
+ return ok(void 0);
1586
+ },
1587
+ publishFrame(frame, worlds, fixedStep, canPublish) {
1588
+ if (disposed || frame.deviceGeneration !== currentGeneration) return [];
1589
+ const receipts = [];
1590
+ for (const record of records.values()) {
1591
+ const canRepeatPublished = record.candidate.state === "published" && // Attached Renderer publication revalidates the entity binding in
1592
+ // `canPublish`, so a history-invalidated candidate can still record
1593
+ // a real draw for its live entity. Detached lifecycle publication
1594
+ // remains one-shot once that history is invalidated.
1595
+ (canPublish !== void 0 || !record.historyInvalidated);
1596
+ if (record.candidate.state !== "accepted" && !canRepeatPublished) continue;
1597
+ if (worlds !== void 0 && !worlds.includes(record.world)) continue;
1598
+ if (record.candidate.fixedStep !== void 0 && (fixedStep === void 0 || record.candidate.fixedStep > fixedStep)) {
1599
+ continue;
1400
1600
  }
1401
- ),
1402
- input.reflectionFallback.projectionGeneration
1403
- );
1404
- }
1405
- return Object.freeze({
1406
- status: "admitted",
1407
- identity: input.identity,
1408
- generation: input.reflectionFallback.projectionGeneration,
1409
- work: ADMITTED_WORK,
1410
- budget: ADMITTED_BUDGET
1411
- });
1412
- }
1413
- function projectSsrDependencies(input) {
1414
- const identity = input.identity;
1415
- const reflectionFallback = identity === void 0 || input.reflectionFallback?.identity === void 0 ? void 0 : input.reflectionFallback;
1416
- const format = identity === void 0 || input.format === void 0 ? void 0 : { ...input.format, identity };
1417
- const temporal = identity === void 0 || input.temporal === void 0 ? void 0 : { identity, ...input.temporal };
1418
- const admission = identity === void 0 ? blocked(
1419
- void 0,
1420
- failure(
1421
- input.requested ? "ssr-receipt-identity-mismatch" : "ssr-not-requested",
1422
- "consumer",
1423
- input.requested ? "bind the exact source, tree, lock, and build identity before admission" : "request SSR before evaluating M0 admission",
1424
- input.requested ? { identityField: "sourceHead" } : {}
1425
- )
1426
- ) : admitSsrM0({
1427
- requested: input.requested,
1428
- identity,
1429
- ...reflectionFallback === void 0 ? {} : { reflectionFallback },
1430
- ...format === void 0 ? {} : { format },
1431
- ...temporal === void 0 ? {} : { temporal },
1432
- ...input.previousGeneration === void 0 ? {} : { previousGeneration: input.previousGeneration }
1433
- });
1434
- return Object.freeze({
1435
- status: admission.status,
1436
- identity,
1437
- requested: input.requested,
1438
- reflectionFallback: input.reflectionFallback,
1439
- format,
1440
- temporal,
1441
- admission,
1442
- work: admission.work,
1443
- budget: admission.budget,
1444
- failure: admission.failure
1445
- });
1446
- }
1447
- function zeroSsrAdmissionWork() {
1448
- return ZERO_WORK;
1449
- }
1450
- function resolveSsrAdmissionGeneration(previousGeneration, nextGeneration) {
1451
- return {
1452
- changed: previousGeneration !== void 0 && nextGeneration !== void 0 && previousGeneration !== nextGeneration,
1453
- generation: nextGeneration
1601
+ if (canPublish !== void 0 && !canPublish(record.candidate)) continue;
1602
+ record.candidate = Object.freeze({ ...record.candidate, state: "published" });
1603
+ const receipt = Object.freeze({
1604
+ candidateId: record.candidate.candidateId,
1605
+ generation: record.candidate.generation,
1606
+ revision: record.candidate.revision,
1607
+ topologyRevision: record.candidate.topologyRevision,
1608
+ ...record.candidate.fixedStep === void 0 ? {} : { fixedStep: record.candidate.fixedStep },
1609
+ frameId: frame.frameId,
1610
+ deviceGeneration: frame.deviceGeneration,
1611
+ recordStageConsumed: canPublish !== void 0,
1612
+ ...fixedStep === void 0 ? {} : { publicationFixedStep: fixedStep },
1613
+ frame: Object.freeze({ ...frame })
1614
+ });
1615
+ receipts.push(receipt);
1616
+ publishedReceipts.set(record.candidate.candidateId, receipt);
1617
+ latestRevision = record.candidate.revision;
1618
+ latestFrameId = frame.frameId;
1619
+ if (!latestRevisionByWorld.has(record.world))
1620
+ latestRevisionByWorld.set(record.world, /* @__PURE__ */ new Map());
1621
+ latestRevisionByWorld.get(record.world)?.set(record.candidate.entity, record.candidate.revision);
1622
+ if (!latestTopologyRevisionByWorld.has(record.world))
1623
+ latestTopologyRevisionByWorld.set(record.world, /* @__PURE__ */ new Map());
1624
+ latestTopologyRevisionByWorld.get(record.world)?.set(record.candidate.entity, record.candidate.topologyRevision);
1625
+ }
1626
+ return receipts;
1627
+ },
1628
+ invalidateWorld(world, completion) {
1629
+ for (const [id, record] of records) {
1630
+ if (record.world !== world) continue;
1631
+ if (record.candidate.state === "cancelled" || record.candidate.state === "retired")
1632
+ continue;
1633
+ publishedReceipts.delete(id);
1634
+ record.candidate = Object.freeze({ ...record.candidate, state: "cancelled" });
1635
+ const release = () => {
1636
+ if (records.get(id) !== record) return;
1637
+ records.delete(id);
1638
+ meshBytes = Math.max(0, meshBytes - record.candidate.meshBytes);
1639
+ };
1640
+ if (completion === void 0) release();
1641
+ else void completion.then(release, release);
1642
+ invalidated += 1;
1643
+ }
1644
+ latestRevisionByWorld.delete(world);
1645
+ latestTopologyRevisionByWorld.delete(world);
1646
+ },
1647
+ invalidateGeneration(generation) {
1648
+ if (generation === currentGeneration) return;
1649
+ currentGeneration = generation;
1650
+ const invalidatedWorlds = /* @__PURE__ */ new Set();
1651
+ for (const [id, record] of records) {
1652
+ if (record.candidate.generation !== generation) {
1653
+ records.delete(id);
1654
+ publishedReceipts.delete(id);
1655
+ meshBytes = Math.max(0, meshBytes - record.candidate.meshBytes);
1656
+ invalidatedWorlds.add(record.world);
1657
+ invalidated += 1;
1658
+ }
1659
+ }
1660
+ for (const world of invalidatedWorlds) {
1661
+ latestRevisionByWorld.delete(world);
1662
+ latestTopologyRevisionByWorld.delete(world);
1663
+ }
1664
+ },
1665
+ receipt(candidate) {
1666
+ const receipt = publishedReceipts.get(candidate.candidateId);
1667
+ const record = records.get(candidate.candidateId);
1668
+ if (record === void 0 || !sameCandidateCredential(candidate, record.candidate)) {
1669
+ return void 0;
1670
+ }
1671
+ return receipt?.generation === candidate.generation ? receipt : void 0;
1672
+ },
1673
+ inspect() {
1674
+ let prepared = 0;
1675
+ let accepted = 0;
1676
+ let published = 0;
1677
+ for (const record of records.values()) {
1678
+ if (record.candidate.state === "prepared") prepared += 1;
1679
+ else if (record.candidate.state === "accepted") accepted += 1;
1680
+ else if (record.candidate.state === "published") published += 1;
1681
+ }
1682
+ return Object.freeze({
1683
+ generation: currentGeneration,
1684
+ prepared,
1685
+ accepted,
1686
+ published,
1687
+ retired,
1688
+ ...latestRevision === void 0 ? {} : { latestRevision },
1689
+ ...latestFrameId === void 0 ? {} : { latestFrameId },
1690
+ historyInvalidations,
1691
+ invalidated,
1692
+ meshBytes,
1693
+ maxMeshBytes
1694
+ });
1695
+ },
1696
+ dispose() {
1697
+ disposed = true;
1698
+ records.clear();
1699
+ publishedReceipts.clear();
1700
+ meshBytes = 0;
1701
+ }
1454
1702
  };
1455
1703
  }
1456
1704
 
1457
- export { DEFAULT_REFLECTION_PROBE_LIMITS, DynamicGeometryError, LOD_OCCLUSION_INSPECTION_MAX_BYTES, LOD_OCCLUSION_INSPECTION_SCHEMA, ReflectionProbeProjection, SSR_FORMAT_PROFILE, SSR_FORMAT_STAGES, admitPointsLines, admitReflectionProbe, admitSsrM0, advanceProbeFilter, boxProjectReflectionDirection, buildCubeCameraFaceViews, buildReflectionProbeTable, commitProbeFilterStep, consumeLodOcclusionInspection, createDynamicGeometryLifecycle, createProbeFilterState, deriveReflectionFallbackProjection, estimateReflectionProbeBytes, inspectLodOcclusion, inspectPointShadow, inspectReflectionFallback, inspectVolumetricFog, probeFilterIsSteady, projectSsrDependencies, reflectionFallbackCoverage, reflectionFallbackProjectionSignature, reflectionFallbackSourceKey, reflectionProbeTableBytes, resolveReflectionFallbackSource, resolveSsrAdmissionGeneration, sameCandidateCredential, selectReflectionProbe, serializeLodOcclusionInspection, validateReflectionProbeInput, zeroSsrAdmissionWork };
1458
- //# sourceMappingURL=chunk-J52NMQKR.mjs.map
1459
- //# sourceMappingURL=chunk-J52NMQKR.mjs.map
1705
+ export { DEFAULT_REFLECTION_PROBE_LIMITS, DynamicGeometryError, LOD_OCCLUSION_INSPECTION_MAX_BYTES, LOD_OCCLUSION_INSPECTION_SCHEMA, ReflectionProbeProjection, SSR_FORMAT_PROFILE, SSR_FORMAT_STAGES, admitPointsLines, admitReflectionProbe, admitSsrM0, admitSsrSpatial, advanceProbeFilter, boxProjectReflectionDirection, buildReflectionProbeTable, commitProbeFilterStep, consumeLodOcclusionInspection, createDynamicGeometryLifecycle, createProbeFilterState, deriveReflectionFallbackProjection, estimateReflectionProbeBytes, inspectLodOcclusion, inspectPointShadow, inspectReflectionFallback, inspectVolumetricFog, probeFilterIsSteady, projectSsrDependencies, projectSsrSpatialInspection, reflectionFallbackCoverage, reflectionFallbackProjectionSignature, reflectionFallbackSourceKey, reflectionProbeTableBytes, resolveReflectionFallbackSource, resolveSsrAdmissionGeneration, sameCandidateCredential, selectReflectionProbe, serializeLodOcclusionInspection, serializeSsrSpatialInspection, validateReflectionProbeInput, validateScreenSpaceReflection, zeroSsrAdmissionWork };
1706
+ //# sourceMappingURL=chunk-BQVQOQJH.mjs.map
1707
+ //# sourceMappingURL=chunk-BQVQOQJH.mjs.map