these structures hold the parameters of each closure type they will be contained inside ClosureComponent
| 26 | // these structures hold the parameters of each closure type |
| 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; }; |
nothing calls this directly
no outgoing calls
no test coverage detected