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;
}
ph::CPhoton
Definition
TPhoton.h:24
ph
CPhoton
Generated by
1.11.0