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

Function bloom_draw_poly

native/linux/src/lib.rs:794–796  ·  view source on GitHub ↗
(cx: f64, cy: f64, sides: f64, radius: f64, rotation: f64, r: f64, g: f64, b: f64, a: f64)

Source from the content-addressed store, hash-verified

792
793#[no_mangle]
794pub extern "C" fn bloom_draw_poly(cx: f64, cy: f64, sides: f64, radius: f64, rotation: f64, r: f64, g: f64, b: f64, a: f64) {
795 engine().renderer.draw_poly(cx, cy, sides, radius, rotation, r, g, b, a);
796}
797
798#[no_mangle]
799pub extern "C" fn bloom_draw_text(text_ptr: *const u8, x: f64, y: f64, size: f64, r: f64, g: f64, b: f64, a: f64) {

Callers

nothing calls this directly

Calls 2

draw_polyMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected