[][src]Function raylib_sys::GuiImageButton

pub unsafe extern "C" fn GuiImageButton(
    bounds: Rectangle,
    text: *const c_char,
    texture: Texture2D
) -> bool