pub unsafe fn ptexcache_create( max_files: i32, max_mem: usize, premultiply: bool, ) -> *mut PtexCache
Create a cache with the specified limits.
The value returned must be released using ptexcache_release.