Example #1
0
 public void _notifyVertexBufferDestroyed(HardwareVertexBuffer buf)
 {
     OgrePINVOKE.HardwareBufferManagerBase__notifyVertexBufferDestroyed(swigCPtr, HardwareVertexBuffer.getCPtr(buf));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }