Function raylib_sys::DrawTexture[][src]

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