SavedContext

from panda3d.core import SavedContext
class SavedContext

Bases:

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

static get_class_type() → TypeHandle
get_native_id() → int

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.