FVFData
Specifies the mesh data minus the position data.
template FVFData
{
< B6E70A0E-8EF9-4e83-94AD-ECC8B0C04897 >
DWORD dwFVF;
DWORD nDWords;
array DWORD data[nDWords];
}
Where:
- dwFVF - A FVF code.
- nDWords - Binary data. The number of DWORDS.
- data[nDWords] - Array of DWORDS that contain the data in each vertex element.
See also