Esempio n. 1
0
 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();
     }
 }
Esempio n. 2
0
 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();
     }
 }
Esempio n. 5
0
 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();
     }
 }
Esempio n. 7
0
 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();
     }
 }