public virtual void copyData(HardwareBuffer srcBuffer, uint srcOffset, uint dstOffset, uint length) { OgrePINVOKE.HardwareBuffer_copyData__SWIG_1(swigCPtr, HardwareBuffer.getCPtr(srcBuffer), srcOffset, dstOffset, length); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
public virtual void copyData(HardwareBuffer srcBuffer) { OgrePINVOKE.HardwareBuffer_copyData__SWIG_2(swigCPtr, HardwareBuffer.getCPtr(srcBuffer)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
public void copyData(HardwareBuffer srcBuffer, uint srcOffset, uint dstOffset, uint length, bool discardWholeBuffer) { OgrePINVOKE.HardwareVertexBufferPtr_copyData__SWIG_0(swigCPtr, HardwareBuffer.getCPtr(srcBuffer), srcOffset, dstOffset, length, discardWholeBuffer); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
public override void licenseExpired(HardwareBuffer buffer) { OgrePINVOKE.TempBlendedBufferInfo_licenseExpired(swigCPtr, HardwareBuffer.getCPtr(buffer)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
public void lock_(HardwareBuffer p, uint offset, uint length, HardwareBuffer.LockOptions options) { OgrePINVOKE.HardwareBufferLockGuard_lock___SWIG_1(swigCPtr, HardwareBuffer.getCPtr(p), offset, length, (int)options); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
public virtual void licenseExpired(HardwareBuffer buffer) { OgrePINVOKE.HardwareBufferLicensee_licenseExpired(swigCPtr, HardwareBuffer.getCPtr(buffer)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
public HardwareBufferLockGuard(HardwareBuffer p, uint offset, uint length, HardwareBuffer.LockOptions options) : this(OgrePINVOKE.new_HardwareBufferLockGuard__SWIG_2(HardwareBuffer.getCPtr(p), offset, length, (int)options), true) { if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }