Ejemplo n.º 1
0
        public bool initialiseRTShaderSystem()
        {
            bool ret = BitesPINVOKE.ApplicationContextBase_initialiseRTShaderSystem(swigCPtr);

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