Function raylib::ffi::GuiImageButtonEx[][src]

pub unsafe extern "C" fn GuiImageButtonEx(
    bounds: Rectangle,
    text: *const i8,
    texture: Texture,
    texSource: Rectangle
) -> bool