Exemplo n.º 1
0
        public virtual bool createCpuSubPrograms(SWIGTYPE_p_Ogre__RTShader__ProgramSet programSet)
        {
            bool ret = RTShaderPINVOKE.SubRenderState_createCpuSubPrograms(swigCPtr, SWIGTYPE_p_Ogre__RTShader__ProgramSet.getCPtr(programSet));

            if (RTShaderPINVOKE.SWIGPendingException.Pending)
            {
                throw RTShaderPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 2
0
        public override bool createCpuSubPrograms(SWIGTYPE_p_Ogre__RTShader__ProgramSet programSet)
        {
            bool ret = RTShaderPINVOKE.FFPTransform_createCpuSubPrograms(swigCPtr, SWIGTYPE_p_Ogre__RTShader__ProgramSet.getCPtr(programSet));

            if (RTShaderPINVOKE.SWIGPendingException.Pending)
            {
                throw RTShaderPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }