Function DrawTriangle3D

Source
pub unsafe extern "C" fn DrawTriangle3D(
    v1: Vector3,
    v2: Vector3,
    v3: Vector3,
    color: Color,
)