Variable VertexBufferLayout.attributes

List of attributes which comprise a single vertex.

struct VertexBufferLayout
{
  // ...
  __C.WGPUVertexAttribute[] attributes ;
  // ...
}