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

static TypeHandle get_class_type(void)
virtual uint64_t get_native_id(void) const

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.