public DeviceBuffer(DeviceBuffer src) : this(VixenLibPINVOKE.new_DeviceBuffer__SWIG_3(DeviceBuffer.getCPtr(src)), true) { if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } }
internal static HandleRef getCPtr(DeviceBuffer obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }