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

Function bloom_draw_rect

native/ios/src/lib.rs:828–830  ·  view source on GitHub ↗
(x: f64, y: f64, w: f64, h: f64, r: f64, g: f64, b: f64, a: f64)

Source from the content-addressed store, hash-verified

826
827#[no_mangle]
828pub extern "C" fn bloom_draw_rect(x: f64, y: f64, w: f64, h: f64, r: f64, g: f64, b: f64, a: f64) {
829 engine().renderer.draw_rect(x, y, w, h, r, g, b, a);
830}
831
832#[no_mangle]
833pub extern "C" fn bloom_draw_rect_lines(x: f64, y: f64, w: f64, h: f64, thickness: f64, r: f64, g: f64, b: f64, a: f64) {

Callers 2

drawRectFunction · 0.50
drawRectRecFunction · 0.50

Calls 2

draw_rectMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected