pub unsafe fn ptextexture_release(cache: *mut PtexTexture)
Expand description

Release a PtexTexture instance.

§Safety

This function must be called with a valid PtexTexture pointer.