From my dabbling with 3d programming, and I suspect there is no difference here, the gpu file is filled with vertex buffer data and index buffer data. The vertex buffer is defined by the shader, and would contain positions, normals, uvs, and tangents. The index buffer is just a list of numbers...