SavedContext

from panda3d.core import SavedContext
class SavedContext

Bases: TypedObject

This is the base class for all GSG-specific context objects, such as TextureContext and GeomContext. It exists mainly to provide some structural organization.

Inheritance diagram

Inheritance diagram of SavedContext

__init__(*args, **kwargs)
getClassType()

C++ Interface: get_class_type()

getNativeId()

C++ Interface: get_native_id(SavedContext self)

/**
  • Returns an implementation-defined handle or pointer that can be used

  • to interface directly with the underlying API.

  • Returns 0 if the underlying implementation does not support this.

*/

get_class_type()

C++ Interface: get_class_type()

get_native_id()

C++ Interface: get_native_id(SavedContext self)

/**
  • Returns an implementation-defined handle or pointer that can be used

  • to interface directly with the underlying API.

  • Returns 0 if the underlying implementation does not support this.

*/