|
Blender V4.5
|
Go to the source code of this file.
Macros | |
| #define | OSL_CLOSURE_STRUCT_BEGIN(Upper, lower) |
| #define | OSL_CLOSURE_STRUCT_END(Upper, lower) |
| #define | OSL_CLOSURE_STRUCT_MEMBER(Upper, TYPE, type, name, key) |
| #define | OSL_CLOSURE_STRUCT_ARRAY_MEMBER(Upper, TYPE, type, name, key, size) |
Functions | |
| OSL_CLOSURE_STRUCT_MEMBER (GeneralizedSchlickBSDF, VECTOR, packed_float3, reflection_tint, nullptr) OSL_CLOSURE_STRUCT_MEMBER(GeneralizedSchlickBSDF | |
Variables | |
| VECTOR | |
| packed_float3 | |
| transmission_tint | |
| #define OSL_CLOSURE_STRUCT_ARRAY_MEMBER | ( | Upper, | |
| TYPE, | |||
| type, | |||
| name, | |||
| key, | |||
| size ) |
Definition at line 15 of file closures_template.h.
| #define OSL_CLOSURE_STRUCT_BEGIN | ( | Upper, | |
| lower ) |
Definition at line 6 of file closures_template.h.
| #define OSL_CLOSURE_STRUCT_END | ( | Upper, | |
| lower ) |
Definition at line 9 of file closures_template.h.
| #define OSL_CLOSURE_STRUCT_MEMBER | ( | Upper, | |
| TYPE, | |||
| type, | |||
| name, | |||
| key ) |
Definition at line 12 of file closures_template.h.
| OSL_CLOSURE_STRUCT_MEMBER | ( | GeneralizedSchlickBSDF | , |
| VECTOR | , | ||
| packed_float3 | , | ||
| reflection_tint | , | ||
| nullptr | ) |
References OSL_CLOSURE_STRUCT_MEMBER, and VECTOR.
| packed_float3 |
Definition at line 90 of file closures_template.h.
| transmission_tint |
Definition at line 90 of file closures_template.h.
| VECTOR |
Definition at line 90 of file closures_template.h.
Referenced by blender::eevee::enabled_passes(), OSL_CLOSURE_STRUCT_MEMBER(), passtype_from_name(), RE_pass_find_by_type(), and blender::eevee::Instance::update_passes().