|
Blender V4.5
|
Go to the source code of this file.
Macros | |
Ray tracing Pipeline | |
| #define | image_out(slot, format, type, name) image(slot, format, Qualifier::write, type, name, Frequency::PASS) |
| #define | image_in(slot, format, type, name) image(slot, format, Qualifier::read, type, name, Frequency::PASS) |
| #define image_in | ( | slot, | |
| format, | |||
| type, | |||
| name ) image(slot, format, Qualifier::read, type, name, Frequency::PASS) |
Definition at line 25 of file eevee_tracing_info.hh.