1#ifndef _BBM_BSDF_CONCEPT_H_
2#define _BBM_BSDF_CONCEPT_H_
16 template<
typename CONF>
requires concepts::config<CONF>
struct bsdf_base;
bsdf concept
Definition: bsdf.h:29
bsdfmodel concept
Definition: bsdfmodel.h:33
has_config
Definition: config.h:53
Definition: aggregatebsdf.h:29
Forward declaration.
Definition: bsdf_base.h:55