IOSurfaceGetBaseAddressOfPlane

Function IOSurfaceGetBaseAddressOfPlane 

Source
pub extern "C-unwind" fn IOSurfaceGetBaseAddressOfPlane(
    buffer: &IOSurfaceRef,
    plane_index: usize,
) -> NonNull<c_void>
👎Deprecated: renamed to IOSurfaceRef::base_address_of_plane
Available on crate feature IOSurfaceRef only.