Ejemplo n.º 1
0
        public bool checkGPURules(SWIGTYPE_p_std__basic_stringstreamT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t errors)
        {
            bool ret = OgrePINVOKE.Technique_checkGPURules(swigCPtr, SWIGTYPE_p_std__basic_stringstreamT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t.getCPtr(errors));

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 2
0
        public bool checkHardwareSupport(bool autoManageTextureUnits, SWIGTYPE_p_std__basic_stringstreamT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t compileErrors)
        {
            bool ret = OgrePINVOKE.Technique_checkHardwareSupport(swigCPtr, autoManageTextureUnits, SWIGTYPE_p_std__basic_stringstreamT_char_std__char_traitsT_char_t_std__allocatorT_char_t_t.getCPtr(compileErrors));

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