GPUVertexAttribute constructor

GPUVertexAttribute({
  1. required GPUVertexFormat format,
  2. required GPUSize64 offset,
  3. required GPUIndex32 shaderLocation,
})

Implementation

external factory GPUVertexAttribute({
  required GPUVertexFormat format,
  required GPUSize64 offset,
  required GPUIndex32 shaderLocation,
});