21 #ifndef HX3D_GRAPHICS_BUFFERS_ATTRIBUTE    22 #define HX3D_GRAPHICS_BUFFERS_ATTRIBUTE    24 #include "hx3d/graphics/gl.hpp"    50   Attribute(
const std::string name, 
const GLenum type, 
const GLuint size);
    57   const std::string 
getName() 
const;
 const GLenum getType() const 
Get the attribute type. 
 
const GLuint getSize() const 
Get the attribute size. 
 
Attribute()
Construct an empty attribute. 
 
const std::string getName() const 
Get the attribute name.