public void setInputMode(CompositionTargetPass.InputMode mode)
 {
     OgrePINVOKE.CompositionTargetPass_setInputMode(swigCPtr, (int)mode);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public CompositionTargetPass.InputMode getInputMode()
 {
     CompositionTargetPass.InputMode ret = (CompositionTargetPass.InputMode)OgrePINVOKE.CompositionTargetPass_getInputMode(swigCPtr);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }