ptexcache_create

Function ptexcache_create 

Source
pub unsafe fn ptexcache_create(
    max_files: i32,
    max_mem: usize,
    premultiply: bool,
) -> *mut PtexCache
Expand description

Create a cache with the specified limits.

ยงSafety

The value returned must be released using ptexcache_release.