VertexAttributeDescriptor constructor
const
VertexAttributeDescriptor({
- required String name,
- required VertexFormat format,
- int offsetInBytes = 0,
Implementation
const VertexAttributeDescriptor({
required this.name,
required this.format,
this.offsetInBytes = 0,
});