7#ifndef SB_VERTEXATTRIBUTE_BINDING_H
8#define SB_VERTEXATTRIBUTE_BINDING_H
Class encoding a binding type.
Binding
Supported Bindings.
@ PER_FACE
One attribute for each face of object.
@ PER_FACE_INDEXED
One attribute for each face, indexed.
@ PER_PART_INDEXED
One attribute for each part, indexed.
@ PER_VERTEX_INDEXED
One attribute for each vertex, indexed.
@ OVERALL
Whole object has same attribute.
@ PER_PART
One attribute for each part of object.
@ PER_VERTEX
One attribute for each vertex.