Example #1
0
 public void setLightCount(SWIGTYPE_p_Ogre__VectorT_3_int_t lightCount)
 {
     RTShaderPINVOKE.RenderState_setLightCount(swigCPtr, SWIGTYPE_p_Ogre__VectorT_3_int_t.getCPtr(lightCount));
     if (RTShaderPINVOKE.SWIGPendingException.Pending)
     {
         throw RTShaderPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public void setThreadGroups(SWIGTYPE_p_Ogre__VectorT_3_int_t g)
 {
     OgrePINVOKE.CompositionPass_setThreadGroups(swigCPtr, SWIGTYPE_p_Ogre__VectorT_3_int_t.getCPtr(g));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
        public SWIGTYPE_p_Ogre__VectorT_3_int_t getLightCount()
        {
            SWIGTYPE_p_Ogre__VectorT_3_int_t ret = new SWIGTYPE_p_Ogre__VectorT_3_int_t(RTShaderPINVOKE.RenderState_getLightCount(swigCPtr), false);

            if (RTShaderPINVOKE.SWIGPendingException.Pending)
            {
                throw RTShaderPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #4
0
        public SWIGTYPE_p_Ogre__VectorT_3_int_t getThreadGroups()
        {
            SWIGTYPE_p_Ogre__VectorT_3_int_t ret = new SWIGTYPE_p_Ogre__VectorT_3_int_t(OgrePINVOKE.CompositionPass_getThreadGroups(swigCPtr), true);

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