mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Change from forum user stickm
This commit is contained in:
parent
a1d6158720
commit
b8cacaf29e
@ -202,7 +202,7 @@ private:
|
|||||||
// if we could simplify the cache system now.
|
// if we could simplify the cache system now.
|
||||||
|
|
||||||
// The pipelined data with each CacheEntry.
|
// The pipelined data with each CacheEntry.
|
||||||
class CDataCache : public CycleData {
|
class EXPCL_PANDA_GOBJ CDataCache : public CycleData {
|
||||||
public:
|
public:
|
||||||
INLINE CDataCache();
|
INLINE CDataCache();
|
||||||
INLINE CDataCache(const CDataCache ©);
|
INLINE CDataCache(const CDataCache ©);
|
||||||
|
@ -195,7 +195,7 @@ private:
|
|||||||
typedef pvector< COWPT(GeomVertexArrayData) > Arrays;
|
typedef pvector< COWPT(GeomVertexArrayData) > Arrays;
|
||||||
|
|
||||||
// The pipelined data with each CacheEntry.
|
// The pipelined data with each CacheEntry.
|
||||||
class CDataCache : public CycleData {
|
class EXPCL_PANDA_GOBJ CDataCache : public CycleData {
|
||||||
public:
|
public:
|
||||||
INLINE CDataCache();
|
INLINE CDataCache();
|
||||||
INLINE CDataCache(const CDataCache ©);
|
INLINE CDataCache(const CDataCache ©);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user