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

Function bloom_set_render_scale

native/linux/src/lib.rs:2636–2638  ·  view source on GitHub ↗
(scale: f64)

Source from the content-addressed store, hash-verified

2634
2635#[no_mangle]
2636pub extern "C" fn bloom_set_render_scale(scale: f64) {
2637 engine().renderer.set_render_scale(scale as f32);
2638}
2639
2640#[no_mangle]
2641pub 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