GPUVertexAttribute constructor

GPUVertexAttribute({
  1. String format,
  2. int offset,
  3. int shaderLocation,
})

Implementation

external factory GPUVertexAttribute({
  String format,
  int offset,
  int shaderLocation,
});