(x: f64, y: f64, z: f64, w: f64, h: f64, d: f64, r: f64, g: f64, b: f64, a: f64)
| 1971 | |
| 1972 | #[no_mangle] |
| 1973 | pub 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) { |
| 1974 | engine().renderer.draw_cube(x, y, z, w, h, d, r, g, b, a); |
| 1975 | } |
| 1976 | |
| 1977 | #[no_mangle] |
| 1978 | pub extern "C" fn bloom_draw_cube_wires(x: f64, y: f64, z: f64, w: f64, h: f64, d: f64, r: f64, g: f64, b: f64, a: f64) { |