pub unsafe fn ptextexture_get_face_info<'a>(
    cache: *const PtexTexture,
    faceid: i32
) -> &'a FaceInfo
Expand description

Get the FaceInfo for the specified PtexTexture and faceid.

§Safety

This function must be called with a valid PtexTexture pointer.