Exemple #1
0
        public static HighLevelGpuProgramManager getSingleton()
        {
            HighLevelGpuProgramManager ret = new HighLevelGpuProgramManager(OgrePINVOKE.HighLevelGpuProgramManager_getSingleton(), false);

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