public void Add(D3DMaterial x)
 {
     IronSightEnginePINVOKE.D3DMaterialVector_Add(swigCPtr, D3DMaterial.getCPtr(x));
     if (IronSightEnginePINVOKE.SWIGPendingException.Pending)
     {
         throw IronSightEnginePINVOKE.SWIGPendingException.Retrieve();
     }
 }