whitepaper: re-add 10 missing entries + 11 new defects this session, count 578→590; rebuild PDF
This commit is contained in:
parent
e4ee168b1e
commit
2e4f7807d5
401 changed files with 3914 additions and 114 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000309
|
||||
Fixes threejs-0001: WebGLUniformsGroups.allocateBindingPointIndex() uses Array.indexOf()
|
||||
inside a for loop — O(n²) binding point allocation, fires per material per frame.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000310
|
||||
Fixes threejs-0002: StackNode build() uses nodes.indexOf() inside filter callback —
|
||||
O(n²) during shader graph compilation per unique node set comparison.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000311
|
||||
Fixes threejs-0003/0004/0005: NodeBuilder.js — three Array.includes() in node graph build.
|
||||
|
||||
--- a/src/nodes/core/NodeBuilder.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue