Expand description
Global state management for polyscope.
Structs§
- Context
- The global context containing all polyscope state.
Enums§
- Material
Load Request - A deferred request to load a material from disk.
Functions§
- init_
context - Initializes the global context.
- is_
initialized - Returns whether the context has been initialized.
- shutdown_
context - Shuts down the global context.
- try_
with_ context - Try to access the global context for reading.
- try_
with_ context_ mut - Try to access the global context for writing.
- with_
context - Access the global context for reading.
- with_
context_ mut - Access the global context for writing.
Type Aliases§
- File
Drop Callback - Callback type for file drop events.