ptexcache_release

Function ptexcache_release 

Source
pub unsafe fn ptexcache_release(cache: *mut PtexCache)
Expand description

Release a PtexCache Cache will be immediately destroyed and all resources will be released.

ยงSafety

This function must be called with a valid PtexCache pointer.