예제 #1
0
 public void setCalcMode(FFPFog.CalcMode calcMode)
 {
     RTShaderPINVOKE.FFPFog_setCalcMode(swigCPtr, (int)calcMode);
     if (RTShaderPINVOKE.SWIGPendingException.Pending)
     {
         throw RTShaderPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public FFPFog.CalcMode getCalcMode()
 {
     FFPFog.CalcMode ret = (FFPFog.CalcMode)RTShaderPINVOKE.FFPFog_getCalcMode(swigCPtr);
     if (RTShaderPINVOKE.SWIGPendingException.Pending)
     {
         throw RTShaderPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }