GPUVertexBufferLayout constructor

GPUVertexBufferLayout({
  1. int arrayStride,
  2. String stepMode,
  3. JSArray<GPUVertexAttribute> attributes,
})

Implementation

external factory GPUVertexBufferLayout({
  int arrayStride,
  String stepMode,
  JSArray<GPUVertexAttribute> attributes,
});