79159179

Date: 2024-11-05 12:52:03
Score: 0.5
Natty:
Report link

You forgot to add the includer to the compiler options, so it simply isn't being used.

options.SetIncluder(std::make_unique<NEShaderIncluder>());

Doing this is sufficient, preprocessing is not necessary but is a second possibility.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nepp95