public void unsetCapability(SWIGTYPE_Ogre__Capabilities c)
 {
     OgrePINVOKE.RenderSystemCapabilities_unsetCapability(swigCPtr, (int)c);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public bool hasCapability(SWIGTYPE_Ogre__Capabilities c)
        {
            bool ret = OgrePINVOKE.RenderSystemCapabilities_hasCapability(swigCPtr, (int)c);

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }