Go to the documentation of this file.
14 #ifndef CYCLEDATASTAGEREADER_H
15 #define CYCLEDATASTAGEREADER_H
26 template<
class CycleDataType>
40 INLINE
operator const CycleDataType * ()
const;
49 const CycleDataType *_pointer;
51 #else // !DO_PIPELINING
53 const CycleDataType *_pointer;
54 #endif // DO_PIPELINING
const CycleDataType * operator->() const
This provides an indirect member access to the actual CycleData data.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This class is similar to CycleDataReader, except it allows reading from a particular stage of the pip...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
get_current_thread
Returns a pointer to the currently-executing Thread object.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Thread * get_current_thread() const
Returns the Thread pointer of the currently-executing thread, as passed to the constructor of this ob...
A thread; that is, a lightweight process.
This class maintains different copies of a page of data between stages of the graphics pipeline (or a...