Blender V5.0
eevee_tracing_infos.hh File Reference

Go to the source code of this file.

Macros

Ray tracing Pipeline
#define image_out(slot, format, type, name)
#define image_in(slot, format, type, name)

Macro Definition Documentation

◆ image_in

#define image_in ( slot,
format,
type,
name )
Value:
image(slot, format, Qualifier::read, type, name, Frequency::PASS)
format
const char * name

Definition at line 25 of file eevee_tracing_infos.hh.

◆ image_out

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

Definition at line 23 of file eevee_tracing_infos.hh.