| 27 | // they will be contained inside ClosureComponent |
| 28 | struct EmptyParams { }; |
| 29 | struct DiffuseParams { Vec3 N; }; |
| 30 | struct OrenNayarParams { Vec3 N; float sigma; }; |
| 31 | struct PhongParams { Vec3 N; float exponent; }; |
| 32 | struct WardParams { Vec3 N, T; float ax, ay; }; |
nothing calls this directly
no outgoing calls
no test coverage detected