Esempio n. 1
0
 public VertexData(VertexDeclaration dcl, VertexBufferBinding bind) : this(OgrePINVOKE.new_VertexData__SWIG_2(VertexDeclaration.getCPtr(dcl), VertexBufferBinding.getCPtr(bind)), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public void destroyVertexBufferBinding(VertexBufferBinding binding)
 {
     OgrePINVOKE.HardwareBufferManagerBase_destroyVertexBufferBinding(swigCPtr, VertexBufferBinding.getCPtr(binding));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }