Photon Engine 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
Spectrum.h
Go to the documentation of this file.
1#pragma once
2
6
7namespace ph::math
8{
9
10// Require complete types for these checks
11static_assert(CColorValuesInterface<Spectrum>);
12static_assert(CColorValuesInterface<LinearSRGBSpectrum>);
13static_assert(CColorValuesInterface<ACESSpectrum>);
14static_assert(CColorValuesInterface<SampledSpectrum>);
15
16}// end namespace ph::math
Math functions and utilities.
Definition TransformInfo.h:10