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

Function bloom_end_mode_2d

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

Source from the content-addressed store, hash-verified

1040
1041#[no_mangle]
1042pub extern "C" fn bloom_end_mode_2d() {
1043 engine().renderer.end_mode_2d();
1044}
1045
1046// ============================================================
1047// Camera 3D and 3D drawing

Callers

nothing calls this directly

Calls 2

end_mode_2dMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected