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

Function bloom_set_render_scale

native/windows/src/lib.rs:1995–1997  ·  view source on GitHub ↗
(scale: f64)

Source from the content-addressed store, hash-verified

1993
1994#[no_mangle]
1995pub extern "C" fn bloom_set_render_scale(scale: f64) {
1996 engine().renderer.set_render_scale(scale as f32);
1997}
1998
1999#[no_mangle]
2000pub 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