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

Function bloom_get_render_scale

native/linux/src/lib.rs:2641–2643  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2639
2640#[no_mangle]
2641pub extern "C" fn bloom_get_render_scale() -> f64 {
2642 engine().renderer.render_scale() as f64
2643}
2644
2645#[no_mangle]
2646pub extern "C" fn bloom_set_upscale_mode(mode: f64) {

Callers

nothing calls this directly

Calls 2

render_scaleMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected