Loading...
Searching...
No Matches
bbm::concepts::bsdf_attribute_property Concept Reference

bsdf_attribute_property concept More...

#include <bsdf_attribute.h>

Concept definition

template<typename PROP>
{
PROP::default_value();
PROP::upper_bound();
PROP::lower_bound();
PROP::flag;
requires std::same_as<std::decay_t<decltype(PROP::flag)>, bsdf_attr>;
}
attribute_property concept
Definition: attribute.h:22
bsdf_attribute_property concept
Definition: bsdf_attribute.h:27
bsdf_attr
Attribute Property Flags.
Definition: bsdf_attr_flag.h:17

Detailed Description

bsdf_attribute_property concept

Each bsdf attribute requires: