Skip to content

Commit c84c3e9

Browse files
merge partial parsing of Mitsuba Materials
1 parent 447c797 commit c84c3e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples_tests

include/nbl/asset/material_compiler3/CFrontendIR.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ class CFrontendIR final : public CNodePool
770770
}
771771

772772
core::unordered_set<typed_pointer_type<const INode>> visitedNodes;
773-
// TODO: track layering depth and indent accordingly?
773+
// TODO: track layering depth and indent accordingly?
774774
core::vector<typed_pointer_type<const CLayer>> layerStack;
775775
core::stack<typed_pointer_type<const IExprNode>> exprStack;
776776
private:

0 commit comments

Comments
 (0)