Пример #1
0
        public static bool vertexElementLess(VertexElement e1, VertexElement e2)
        {
            bool ret = OgrePINVOKE.VertexDeclaration_vertexElementLess(VertexElement.getCPtr(e1), VertexElement.getCPtr(e2));

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