Loading [MathJax]/extensions/tex2jax.js
Photon Engine 2.0.0-beta
A physically based renderer.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
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