mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
GeomVertexFormat.getColumns
This commit is contained in:
parent
f13c9097af
commit
59bc70bd4b
@ -95,6 +95,8 @@ PUBLISHED:
|
||||
int get_array_with(const InternalName *name) const;
|
||||
const GeomVertexColumn *get_column(const InternalName *name) const;
|
||||
INLINE bool has_column(const InternalName *name) const;
|
||||
|
||||
MAKE_SEQ(get_columns, get_num_columns, get_column);
|
||||
|
||||
void remove_column(const InternalName *name);
|
||||
void pack_columns();
|
||||
|
Loading…
x
Reference in New Issue
Block a user