Exemple #1
0
        public bool createRenderWindows(SWIGTYPE_p_std__vectorT_Ogre__RenderWindowDescription_t renderWindowDescriptions, SWIGTYPE_p_std__vectorT_Ogre__RenderWindow_p_t createdWindows)
        {
            bool ret = OgrePINVOKE.Root_createRenderWindows(swigCPtr, SWIGTYPE_p_std__vectorT_Ogre__RenderWindowDescription_t.getCPtr(renderWindowDescriptions), SWIGTYPE_p_std__vectorT_Ogre__RenderWindow_p_t.getCPtr(createdWindows));

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__vectorT_Ogre__RenderWindowDescription_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }