Added objects
This commit is contained in:
parent
f86fcad89f
commit
107e207a83
5 changed files with 53 additions and 10 deletions
|
@ -16,7 +16,7 @@ namespace oglu
|
|||
/**
|
||||
* @brief Structure to store topology data.
|
||||
*/
|
||||
OGLU_API struct VertexAttribute {
|
||||
struct OGLU_API VertexAttribute {
|
||||
/*@{*/
|
||||
GLuint index; ///< Index of the vertex attribute
|
||||
GLint size; ///< Number of elements in this attribute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue