mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
add get_columns
This commit is contained in:
parent
78cc74bdf1
commit
d8d0a6b29c
@ -98,6 +98,7 @@ PUBLISHED:
|
||||
|
||||
INLINE int get_num_columns() const;
|
||||
INLINE const GeomVertexColumn *get_column(int i) const;
|
||||
MAKE_SEQ(get_columns, get_num_columns, get_column);
|
||||
|
||||
const GeomVertexColumn *get_column(const InternalName *name) const;
|
||||
const GeomVertexColumn *get_column(int start_byte, int num_bytes) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user