VertexAttrib.copy constructor

VertexAttrib.copy(
  1. VertexAttrib attrib
)

Implementation

VertexAttrib.copy(VertexAttrib attrib)
  : name = attrib.name,
    size = attrib.size,
    type = attrib.type,
    stride = attrib.stride,
    offset = attrib.offset;