| 182 | Float2 BRDF() const { return Samples[uint64(IntegrationTypes::BRDF)]; } |
| 183 | Float2 Sun() const { return Samples[uint64(IntegrationTypes::Sun)]; } |
| 184 | Float2 AreaLight() const { return Samples[uint64(IntegrationTypes::AreaLight)]; } |
| 185 | }; |
| 186 | |
| 187 | // Generates a full list of sample points for all integration types |