12 lines
248 B
Plaintext
12 lines
248 B
Plaintext
|
#if defined( RE_IndirectDiffuse )
|
||
|
|
||
|
RE_IndirectDiffuse( irradiance, geometry, material, reflectedLight );
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#if defined( RE_IndirectSpecular )
|
||
|
|
||
|
RE_IndirectSpecular( radiance, clearCoatRadiance, geometry, material, reflectedLight );
|
||
|
|
||
|
#endif
|