Function ptex_sys::ffi::ptexwriter_open

source ·
pub unsafe fn ptexwriter_open(
    filename: &str,
    meshtype: MeshType,
    datatype: DataType,
    num_channels: i32,
    alpha_channel: i32,
    num_faces: i32,
    genmipmaps: bool,
    error_str: *mut CxxString
) -> *mut PtexWriter
Expand description

Create a PtexWriter.

§Safety

Should not be called outside of the ptex::ffi::sys crate.