Alembic: documented use of CacheReader struct
This commit is contained in:
@@ -32,6 +32,11 @@
|
||||
# define ABC_INLINE static inline
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief The CacheReader struct is only used for anonymous pointers,
|
||||
* to interface between C and C++ code. This library only creates
|
||||
* pointers to AbcObjectReader (or subclasses thereof).
|
||||
*/
|
||||
struct CacheReader {
|
||||
int unused;
|
||||
};
|
||||
|
Reference in New Issue
Block a user