Skip to content

Commit b3fd365

Browse files
Added comment for scoped_path struct
1 parent aac9dc7 commit b3fd365

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/python/freeze.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,9 @@ void FlatVariables::assign_cb(drjit::TraversableBase *traversable) {
717717
"of variables traversed when recording!");
718718
}
719719

720+
/**
721+
* Helper struct, to construct path strings to variables.
722+
*/
720723
struct scoped_path {
721724
std::string &path;
722725
size_t size;

0 commit comments

Comments
 (0)