Skip to main content

Module serialize

Module serialize 

Source
Expand description

Graph serialization: custom TOML-like text format for saving/loading shader graphs, with node ID mapping, connection serialization, parameter type tags, and round-trip fidelity.

Structs§

GraphSerializer
Serializer/deserializer for shader graphs in a custom TOML-like text format.

Enums§

SerializeError
Errors that can occur during serialization or deserialization.