Vulkan SDK之Vertex Buffer
A vertex buffer is a CPU-visible and GPU-visible buffer that contains the vertex data that describes the geometry of the object(s) you wish to render. In general, the vertex data consists of position (x,y,z) data and the optional color, normal, or other information.