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

Function bloom_get_render_scale

native/macos/src/lib.rs:1202–1204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1200
1201#[no_mangle]
1202pub extern "C" fn bloom_get_render_scale() -> f64 {
1203 engine().renderer.render_scale() as f64
1204}
1205
1206#[no_mangle]
1207pub 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