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

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