Blender V4.5
eevee_tracing_info.hh File Reference

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)
 

Macro Definition Documentation

◆ image_in

#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.

◆ image_out

#define image_out ( slot,
format,
type,
name )    image(slot, format, Qualifier::write, type, name, Frequency::PASS)

Definition at line 23 of file eevee_tracing_info.hh.