Reflectance component flags. More...
#include "util/flags.h"Go to the source code of this file.
Namespaces | |
| namespace | bbm |
Enumerations | |
| enum struct | bsdf_flag { None = 0x0000 , Diffuse = 0x0001 , Specular = 0x0002 , All = Diffuse | Specular } |
| Reflectance Component Evaluation Flags. More... | |
Functions | |
| BBM_ENUM (bsdf_flag, None, Diffuse, Specular, All) | |
Reflectance component flags.
bsdf_flag::None bsdf_flag::Diffuse bsdf_flag::Specular bsdf_flag::All