pub unsafe fn ptextexture_get_datatype(cache: *const PtexTexture) -> DataType
Expand description

Get the DataType for the specified PtexCache.

§Safety

This function must be called with a valid PtexTexture pointer.