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

Function bloom_set_render_scale

native/tvos/src/lib.rs:3265–3267  ·  view source on GitHub ↗
(scale: f64)

Source from the content-addressed store, hash-verified

3263
3264#[no_mangle]
3265pub extern "C" fn bloom_set_render_scale(scale: f64) {
3266 engine().renderer.set_render_scale(scale as f32);
3267}
3268
3269#[no_mangle]
3270pub 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