Function raylib_sys::DrawBillboardRec[][src]

pub unsafe extern "C" fn DrawBillboardRec(
    camera: Camera,
    texture: Texture2D,
    source: Rectangle,
    center: Vector3,
    size: f32,
    tint: Color
)