[][src]Function raylib::ffi::DrawTexture

pub unsafe extern "C" fn DrawTexture(
    texture: Texture2D,
    posX: i32,
    posY: i32,
    tint: Color
)