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

Function bloom_set_render_scale

native/macos/src/lib.rs:1197–1199  ·  view source on GitHub ↗
(scale: f64)

Source from the content-addressed store, hash-verified

1195
1196#[no_mangle]
1197pub extern "C" fn bloom_set_render_scale(scale: f64) {
1198 engine().renderer.set_render_scale(scale as f32);
1199}
1200
1201#[no_mangle]
1202pub extern "C" fn bloom_get_render_scale() -> f64 {

Callers

nothing calls this directly

Calls 2

set_render_scaleMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected