(stagingHandle: number)
| 749 | } |
| 750 | |
| 751 | export function commitModel(stagingHandle: number): Model { |
| 752 | const handle = bloom_commit_model(stagingHandle); |
| 753 | return makeModel(handle); |
| 754 | } |
| 755 | |
| 756 | // --------------------------------------------------------------------- |
| 757 | // EN-015 V1 — Octahedral imposter / billboard helpers. |
nothing calls this directly
no test coverage detected