(handle: f64)
| 968 | |
| 969 | #[no_mangle] |
| 970 | pub extern "C" fn bloom_get_texture_height(handle: f64) -> f64 { |
| 971 | engine().textures.get(handle).map(|t| t.height as f64).unwrap_or(0.0) |
| 972 | } |
| 973 | |
| 974 | #[no_mangle] |
| 975 | pub extern "C" fn bloom_gen_texture_mipmaps(_handle: f64) {} |
no test coverage detected