pub unsafe fn ptextexture_get_num_channels(cache: *const PtexTexture) -> i32
Expand description

Get the number of channels for the specified PtexTexture.

§Safety

This function must be called with a valid PtexTexture pointer.