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

Function bloom_set_taa_enabled

native/ios/src/lib.rs:2393–2395  ·  view source on GitHub ↗
(on: f64)

Source from the content-addressed store, hash-verified

2391
2392#[no_mangle]
2393pub extern "C" fn bloom_set_taa_enabled(on: f64) {
2394 engine().renderer.set_taa_enabled(on != 0.0);
2395}
2396
2397#[no_mangle]
2398pub extern "C" fn bloom_set_render_scale(scale: f64) {

Callers 1

setTaaEnabledFunction · 0.50

Calls 2

set_taa_enabledMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected