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

Get the alpha channel for the specified PtexTexture.

§Safety

This function must be called with a valid PtexTexture pointer.