VertexAttrib.copy constructor Null safety
- VertexAttrib attrib
Implementation
VertexAttrib.copy(VertexAttrib attrib)
: name = attrib.name,
size = attrib.size,
type = attrib.type,
stride = attrib.stride,
offset = attrib.offset;