Dynamic Array Decleration using custom vertex structure

Started by
9 comments, last by Smigss 13 years, 10 months ago
I Finally solved what the error was. I just had to stop using the value
UINT numVertices = sizeof(vertices) / sizeof(VertexPosColorTexStruct);
when i was creating the mesh. Thx everyone.

This topic is closed to new replies.

Advertisement