(path: string)
| 297 | * Dump the shadow map depth texture to a grayscale PNG for debugging. |
| 298 | */ |
| 299 | export function dumpShadowMap(path: string): void { |
| 300 | bloom_dump_shadow_map(path as any); |
| 301 | } |
| 302 | |
| 303 | // ============================================================ |
| 304 | // Post-Processing (Outlines, SSAO) |
no test coverage detected