Photon Engine 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ph::CPhoton Concept Reference

#include <TPhoton.h>

Concept definition

template<typename T>
concept ph::CPhoton = std::is_trivially_copyable_v<T> && requires
{
typename T::PMPhotonTag;
}
Definition TPhoton.h:24