3 #ifndef GDK_GFX_VERTEXATTRIBUTE_H 4 #define GDK_GFX_VERTEXATTRIBUTE_H 19 using size_type =
unsigned short;
size_type size
number of components in the attribute. TODO: consider renaming to count? size is a bit confusing ...
Definition: webgl1es2_vertex_attribute.h:25
webgl1es2_vertex_attribute(const webgl1es2_vertex_attribute &)=default
copy semantics
std::string name
name of the vertex attribute, used to access its value within a programmable shader stage...
Definition: webgl1es2_vertex_attribute.h:22
bool operator==(const webgl1es2_vertex_attribute &) const
equality semantics
A vertex attribute is a component of a vertex. Typical definitions would include: position...
Definition: webgl1es2_vertex_attribute.h:17
bool operator!=(const webgl1es2_vertex_attribute &) const
equality semantics
webgl1es2_vertex_attribute & operator=(const webgl1es2_vertex_attribute &)=default
copy semantics