MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / enablePostFx

Function enablePostFx

src/scene/index.ts:311–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

309 * Must be called after initWindow.
310 */
311export function enablePostFx(): void {
312 bloom_enable_postfx();
313}
314
315/**
316 * Disable post-processing (render directly to screen).

Callers

nothing calls this directly

Calls 1

bloom_enable_postfxFunction · 0.50

Tested by

no test coverage detected