When creating a procedural mesh, the vertex coordinates never have values even close to 255.
My meshes have a LOT of vertices. With each element consuming a float, this takes up a lot of memory. Is there any way to specify a byte data type for vertices instead of floats, like with DX and OpenGL?