Function
bloom_draw_poly
(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
| 1759 | |
| 1760 | #[no_mangle] |
| 1761 | pub extern "C" fn bloom_draw_poly(cx: f64, cy: f64, sides: f64, radius: f64, rotation: f64, r: f64, g: f64, b: f64, a: f64) { |
| 1762 | engine().renderer.draw_poly(cx, cy, sides, radius, rotation, r, g, b, a); |
| 1763 | } |
| 1764 | |
| 1765 | // ============================================================ |
| 1766 | // Text |
Callers
nothing calls this directly
Tested by
no test coverage detected