Blender V5.0
eevee_deferred_infos.hh File Reference

Go to the source code of this file.

Macros

#define image_out(slot, format, name)
#define uimage_out(slot, format, name)
#define image_in(slot, format, name)
#define image_array_out(slot, qualifier, format, name)

Macro Definition Documentation

◆ image_array_out

#define image_array_out ( slot,
qualifier,
format,
name )
Value:
image(slot, format, qualifier, ImageType::Float2DArray, name, Frequency::PASS)
format
const char * name

Definition at line 24 of file eevee_deferred_infos.hh.

◆ image_in

#define image_in ( slot,
format,
name )
Value:
image(slot, format, Qualifier::read, ImageType::Float2D, name, Frequency::PASS)

Definition at line 22 of file eevee_deferred_infos.hh.

◆ image_out

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

Definition at line 18 of file eevee_deferred_infos.hh.

◆ uimage_out

#define uimage_out ( slot,
format,
name )
Value:
image(slot, format, Qualifier::write, ImageType::Uint2D, name, Frequency::PASS)

Definition at line 20 of file eevee_deferred_infos.hh.