public void setManualNamedConstants(GpuNamedConstants namedConstants) { OgrePINVOKE.GpuProgram_setManualNamedConstants(swigCPtr, GpuNamedConstants.getCPtr(namedConstants)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
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(); } }
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(); } }
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(); } }