Skip to content

Commit 874766e

Browse files
author
devsh
committed
note down some more things and run final CI test
1 parent 0a3d58a commit 874766e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples_tests

include/nbl/asset/material_compiler3/CTrueIR.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace nbl::asset::material_compiler3
1212
{
1313

1414
// You make the Materials with a classical expression IR, one Root Node per material's interface layer, but here they're in "Accumulator Form"
15-
// They appeared "flipped upside down"
15+
// They appear "flipped upside down", its expected our backends will evaluate contributors first, and then bother with the attenuators.
1616
class CTrueIR : public CNodePool
1717
{
1818
public:
@@ -79,4 +79,4 @@ class CTrueIR : public CNodePool
7979

8080
} // namespace nbl::asset::material_compiler3
8181

82-
#endif
82+
#endif

0 commit comments

Comments
 (0)