pub unsafe extern "C-unwind" fn CGLCopyContext(
src: CGLContextObj,
dst: CGLContextObj,
mask: u32,
) -> CGLError๐Deprecated: The OpenGL API is deprecated by Apple
Available on crate feature
CGLTypes only.Expand description
ยงSafety
srcmust be a valid pointer.dstmust be a valid pointer.