public virtual void visit(RenderablePass rp)
 {
     OgrePINVOKE.QueuedRenderableVisitor_visit__SWIG_0(swigCPtr, RenderablePass.getCPtr(rp));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }