HealBrains 0 Light Poster

Hey guys,

I have a quick question:

When I call DWORD dw = pMesh->GetFVF(); , how do I determine what flags the DWORD represents?

For example, if I call that function and dw == 18 , how do I determine which FVF values the '18' represents?

Thanks for your time!

EDIT: I forgot to mention that I'm loading the mesh from a .x file, so I'm not explicitly setting the vertex format anywhere.