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

Function setTaaEnabled

src/core/index.ts:212–214  ·  view source on GitHub ↗
(on: boolean)

Source from the content-addressed store, hash-verified

210
211/** Toggle temporal anti-aliasing (sub-pixel jitter + reprojected history blend). */
212export function setTaaEnabled(on: boolean): void {
213 bloom_set_taa_enabled(on ? 1 : 0);
214}
215
216/**
217 * Render-resolution multiplier. 0.5 = quarter-pixel shading (cheap, soft);

Callers 3

main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90

Calls 1

bloom_set_taa_enabledFunction · 0.50

Tested by

no test coverage detected