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

Function bloom_end_mode_2d

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

Source from the content-addressed store, hash-verified

1055}
1056#[no_mangle]
1057pub extern "C" fn bloom_end_mode_2d() { engine().renderer.end_mode_2d(); }
1058
1059#[no_mangle]
1060pub extern "C" fn bloom_begin_mode_3d(pos_x: f64, pos_y: f64, pos_z: f64, target_x: f64, target_y: f64, target_z: f64, up_x: f64, up_y: f64, up_z: f64, fovy: f64, projection: f64) {

Callers

nothing calls this directly

Calls 2

end_mode_2dMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected