ezEngine  Release 25.03
ezGALAsyncResult Struct Reference

The current state of an async operations in the renderer. More...

#include <RendererFoundationDLL.h>

Public Types

enum  Enum { Ready, Pending, Expired, Default = Expired }
 
using StorageType = ezUInt8
 

Detailed Description

The current state of an async operations in the renderer.

Member Enumeration Documentation

◆ Enum

Enumerator
Ready 

The async operation has finished and the result is ready.

Pending 

The async operation is still running, retry later.

Expired 

The async operation is too old and the result was thrown away. Pending results should be queried every frame until they are ready.


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