Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
311
export
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_postfx
Function · 0.50
Tested by
no test coverage detected