VertexAttribute constructor
const
VertexAttribute({
- required WGPUVertexFormat format,
- required int offset,
- required int shaderLocation,
Implementation
const VertexAttribute({
required this.format,
required this.offset,
required this.shaderLocation,
});