ezEngine Release 26.9
Loading...
Searching...
No Matches
ezRenderGraphPhase Struct Reference

Coarse execution phase for render graphs. Graphs within the same phase execute in registration (FIFO) order. More...

#include <Declarations.h>

Inheritance diagram for ezRenderGraphPhase:

Public Types

enum  Enum { PreRender , Render , PostRender , Default = Render }
 
using StorageType = ezUInt8
 

Detailed Description

Coarse execution phase for render graphs. Graphs within the same phase execute in registration (FIFO) order.

Member Enumeration Documentation

◆ Enum

Enumerator
PreRender 

E.g. Subsystem setup: decals, shadows, reflections, RmlUi texture updates.

Render 

E.g. Main view rendering via render pipelines.

PostRender 

E.g. Companion view blits, screen captures, readbacks.


The documentation for this struct was generated from the following file: