Photon Engine
2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ph::detail::CPrimitiveGetter Concept Reference
#include <
TMetaInjectionPrimitive.h
>
Concept definition
template
<
typename
GetterType>
concept
ph::detail::CPrimitiveGetter
=
requires
(
const
GetterType getter)
{
{ getter() } -> std::convertible_to<const Primitive*>;
}
ph::detail::CPrimitiveGetter
Definition
TMetaInjectionPrimitive.h:26
ph
detail
CPrimitiveGetter
Generated by
1.11.0