Code: Select all
struct MD5Mesh
{
unsigned int m_nNumVertices;
VertexBuffer * m_pVertexBuffer;
VertexBuffer * m_pUVBuffer;
VertexBuffer* m_pIndexBuffer;
VertexArray* m_pVertexArray;
};
after you type "mesh.",the code completion works well,
but ,when you type " mesh.m_pVertexBuffer->",
the code completion does not work at all~
my codelite is 8.2.0 x86_64 edition.
wish a fix for this problem~