Esempio n. 1
0
        public virtual SWIGTYPE_p_std__setT_std__string_t getSupportedSyntax()
        {
            SWIGTYPE_p_std__setT_std__string_t ret = new SWIGTYPE_p_std__setT_std__string_t(OgrePINVOKE.GpuProgramManager_getSupportedSyntax(swigCPtr), false);

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 2
0
        public SWIGTYPE_p_std__setT_std__string_t GetMutedLayers()
        {
            SWIGTYPE_p_std__setT_std__string_t ret = new SWIGTYPE_p_std__setT_std__string_t(UsdCsPINVOKE.PcpLayerStack_GetMutedLayers(swigCPtr), false);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public SWIGTYPE_p_std__setT_std__string_t getSupportedShaderProfiles()
        {
            SWIGTYPE_p_std__setT_std__string_t ret = new SWIGTYPE_p_std__setT_std__string_t(OgrePINVOKE.RenderSystemCapabilities_getSupportedShaderProfiles(swigCPtr), false);

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public SWIGTYPE_p_std__setT_std__string_t GetMutedLayers()
        {
            SWIGTYPE_p_std__setT_std__string_t ret = new SWIGTYPE_p_std__setT_std__string_t(UsdCsPINVOKE.PcpLayerStackPtr_GetMutedLayers(swigCPtr), false);

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__setT_std__string_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 6
0
        public bool writeResourceFile(string fileName, bool append, SWIGTYPE_p_std__setT_std__string_t alreadyWritten)
        {
            bool ret = AriaCSPINVOKE.ArConfig_writeResourceFile__SWIG_1(swigCPtr, fileName, append, SWIGTYPE_p_std__setT_std__string_t.getCPtr(alreadyWritten));

            return(ret);
        }
Esempio n. 7
0
        public bool writeFile(string fileName, bool append, SWIGTYPE_p_std__setT_std__string_t alreadyWritten, bool writeExtras, SWIGTYPE_p_std__listT_std__string_t sectionsToWrite)
        {
            bool ret = AriaCSPINVOKE.ArConfig_writeFile__SWIG_2(swigCPtr, fileName, append, SWIGTYPE_p_std__setT_std__string_t.getCPtr(alreadyWritten), writeExtras, SWIGTYPE_p_std__listT_std__string_t.getCPtr(sectionsToWrite));

            return(ret);
        }
Esempio n. 8
0
        public bool writeFile(string fileName, bool append, SWIGTYPE_p_std__setT_std__string_t alreadyWritten, bool writeExtras, SWIGTYPE_p_std__listT_std__string_t sectionsToWrite, ArPriority.Priority highestPriority, ArPriority.Priority lowestPriority)
        {
            bool ret = AriaCSPINVOKE.ArConfig_writeFile__SWIG_0(swigCPtr, fileName, append, SWIGTYPE_p_std__setT_std__string_t.getCPtr(alreadyWritten), writeExtras, SWIGTYPE_p_std__listT_std__string_t.getCPtr(sectionsToWrite), (int)highestPriority, (int)lowestPriority);

            return(ret);
        }