|
Panda3D
|
Public Member Functions | |
| CacheKey (CacheKey &&from) noexcept | |
| CacheKey (const CacheKey ©) | |
| CacheKey (const GeomVertexFormat *modifier) | |
| bool | operator< (const CacheKey &other) const |
| Provides a unique ordering within the set. | |
Public Attributes | |
| ConstPointerTo< GeomVertexFormat > | _modifier |
Definition at line 245 of file geomVertexData.h.
|
inline |
Definition at line 518 of file geomVertexData.I.
|
inline |
Definition at line 527 of file geomVertexData.I.
|
inlinenoexcept |
Definition at line 536 of file geomVertexData.I.
|
inline |
Provides a unique ordering within the set.
Definition at line 545 of file geomVertexData.I.
| ConstPointerTo< GeomVertexFormat > GeomVertexData::CacheKey::_modifier |
Definition at line 253 of file geomVertexData.h.