VertexFormat.set - multiple declarations

Function VertexFormat.set

set vec2 component value of vertex

void set(
  float* vertex,
  VertexElementType type,
  vec2 value
) const;

Function VertexFormat.set

set vec3 component value of vertex

void set(
  float* vertex,
  VertexElementType type,
  vec3 value
) const;

Function VertexFormat.set

set vec4 component value of vertex

void set(
  float* vertex,
  VertexElementType type,
  vec4 value
) const;