pub fn create_vertex_buffer<T: Pod>( device: &Device, data: &[T], label: Option<&str>, ) -> Buffer
Creates a vertex buffer from data.