Variable Mesh.tbo

OpenGL vertex buffer object for texture coordinates.

class Mesh
{
  // ...
  uint tbo = 0u;
  // ...
}