Added documentation for object
This commit is contained in:
parent
7d3213166b
commit
16db47760c
2 changed files with 53 additions and 1 deletions
|
@ -7,6 +7,11 @@ namespace oglu
|
|||
{
|
||||
}
|
||||
|
||||
Object::Object(const VertexArray& vao) :
|
||||
VAO(vao)
|
||||
{
|
||||
}
|
||||
|
||||
Object::Object(const Object& other) :
|
||||
VAO(other.VAO)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue