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

Function bloom_end_mode_3d

native/ios/src/lib.rs:1060–1062  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1058
1059#[no_mangle]
1060pub extern "C" fn bloom_end_mode_3d() {
1061 engine().renderer.end_mode_3d();
1062}
1063
1064#[no_mangle]
1065pub extern "C" fn bloom_draw_cube(x: f64, y: f64, z: f64, w: f64, h: f64, d: f64, r: f64, g: f64, b: f64, a: f64) {

Callers 1

endMode3DFunction · 0.50

Calls 2

end_mode_3dMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected