Beispiel #1
0
 public void setManualNamedConstants(GpuNamedConstants namedConstants)
 {
     OgrePINVOKE.GpuProgram_setManualNamedConstants(swigCPtr, GpuNamedConstants.getCPtr(namedConstants));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public void exportNamedConstants(GpuNamedConstants pConsts, DataStreamPtr stream)
 {
     OgrePINVOKE.GpuNamedConstantsSerializer_exportNamedConstants__SWIG_3(swigCPtr, GpuNamedConstants.getCPtr(pConsts), DataStreamPtr.getCPtr(stream));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
 public void importNamedConstants(DataStreamPtr stream, GpuNamedConstants pDest)
 {
     OgrePINVOKE.GpuNamedConstantsSerializer_importNamedConstants(swigCPtr, DataStreamPtr.getCPtr(stream), GpuNamedConstants.getCPtr(pDest));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #4
0
 public void exportNamedConstants(GpuNamedConstants pConsts, string filename)
 {
     OgrePINVOKE.GpuNamedConstantsSerializer_exportNamedConstants__SWIG_1(swigCPtr, GpuNamedConstants.getCPtr(pConsts), filename);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }