mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
update comment
This commit is contained in:
parent
c5557d80c2
commit
78d834fe60
@ -25,8 +25,12 @@
|
|||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Class : SavedContext
|
// Class : SavedContext
|
||||||
// Description : This is the base class for both a TextureContext and
|
// Description : This is the base class for all GSG-specific context
|
||||||
// a GeomContext.
|
// objects, such as TextureContext and GeomContext. It
|
||||||
|
// exists mainly to provide some structural
|
||||||
|
// organization. At the moment, there are no methods
|
||||||
|
// common to all of these objects, but there might be
|
||||||
|
// one day.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
class EXPCL_PANDA SavedContext : public TypedObject {
|
class EXPCL_PANDA SavedContext : public TypedObject {
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user