ezEngine Release 25.08
Loading...
Searching...
No Matches
ezGALRenderTargetLoadOp Struct Reference

The initial state of a render target when starting to render to it. More...

#include <RendererFoundationDLL.h>

Inheritance diagram for ezGALRenderTargetLoadOp:

Public Types

enum  Enum { Load , Clear , DontCare , Default = Load }
 
using StorageType = ezUInt8
 

Detailed Description

The initial state of a render target when starting to render to it.

Member Enumeration Documentation

◆ Enum

Enumerator
Load 

The previous contents of the render target are preserved when starting to render to it.

Clear 

The render target is cleared before rendering.

DontCare 

The contents of the render target is undefined. Use if you intent to render to the entirety of the viewport.


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