pub unsafe fn ptexwriter_write_face(
    writer: *mut PtexWriter,
    face_id: i32,
    face_info: &FaceInfo,
    data: *const u8,
    stride: i32
) -> bool
Expand description

Writer a face to a PtexWriter

§Safety

Must only be called on valid PtexWriter pointers.