mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
missing body
This commit is contained in:
parent
133c407b66
commit
a05922ff66
@ -173,6 +173,20 @@ operator = (const CycleDataStageWriter<CycleDataType> ©) {
|
|||||||
_pointer = copy._pointer;
|
_pointer = copy._pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
////////////////////////////////////////////////////////////////////
|
||||||
|
// Function: CycleDataStageWriter::Constructor (trivial)
|
||||||
|
// Access: Public
|
||||||
|
// Description: This flavor of the constructor elevates the pointer
|
||||||
|
// from the CycleDataStageReader from a read to a write
|
||||||
|
// pointer (and invalidates the reader).
|
||||||
|
////////////////////////////////////////////////////////////////////
|
||||||
|
template<class CycleDataType>
|
||||||
|
INLINE CycleDataStageWriter<CycleDataType>::
|
||||||
|
CycleDataStageWriter(PipelineCycler<CycleDataType> &, int,
|
||||||
|
CycleDataStageReader<CycleDataType> &take_from) :
|
||||||
|
_pointer((CycleDataType *)take_from.take_pointer())
|
||||||
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: CycleDataStageWriter::Destructor (trivial)
|
// Function: CycleDataStageWriter::Destructor (trivial)
|
||||||
// Access: Public
|
// Access: Public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user