[][src]Function stb::image_write::stbi_write_hdr

pub fn stbi_write_hdr(
    filename: &CStr,
    w: i32,
    h: i32,
    comp: i32,
    buffer: &[f32]
) -> Option<()>