This should prevent mishaps with upper/lowercase typos and fits in better with the C++ standard code, which is also in snake_case.
This unifies the logic in GS::IndexBuffer and GS::VertexBuffer so that both can take the same amount of vertices. Additionally the limit for vertices was increased to 16777216 from 65536 to allow for proper models to be stored.