pub unsafe fn ptextexture_has_mipmaps(cache: *const PtexTexture) -> bool
Expand description

Return true if the PtexTexture has mip maps.

§Safety

This function must be called with a valid PtexTexture pointer.