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