Hi, I have a question about closure registration.
In the example renderer, the normal N is never registered as a closure parameter. Most stdosl.h closures have a "normal N" parameter, but not all.
1) Is a normal N parameter implicitely prepended when you register closures builtins?
2) Why isn't it causing issues for closures which have no normal parameter, such as emission(), transparent(), etc?
Thanks!