Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-07-23 22:25:12 +0000
committerStijn Buys <ingar@osirion.org>2008-07-23 22:25:12 +0000
commit11c122eb1cc86ca1a40c84eb411ccd97791dc47d (patch)
tree47186f37814cbac1dc189428f6c61b948307b9ef /src/model/vertexarray.h
parentc1874201ec49ac117f9ce47b29c30d45326b70b5 (diff)
report vertex array size in func_list_model
Diffstat (limited to 'src/model/vertexarray.h')
-rw-r--r--src/model/vertexarray.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model/vertexarray.h b/src/model/vertexarray.h
index 37f2be9..8312789 100644
--- a/src/model/vertexarray.h
+++ b/src/model/vertexarray.h
@@ -51,13 +51,13 @@ public:
return vertex_overflow;
}
- /// number of allocated floats
+ /// size of the vertex array in number of floats (for a single array)
inline size_t size() const
{
return vertex_size;
}
- /// index to the top of the stack
+ /// number of allocated floats
inline size_t index() const
{
return vertex_index;