pub unsafe fn ptextexture_get_meshtype(cache: *const PtexTexture) -> MeshType
Expand description

Get the MeshType for the specified PtexCache.

§Safety

This function must be called with a valid PtexTexture pointer.