Diligent Engine
 
Loading...
Searching...
No Matches
Diligent::SuperResolution::CreateInfo Struct Reference

Create info. More...

#include <SuperResolution.hpp>

Public Attributes

bool EnableAsyncCreation = false
 Whether to enable asynchronous shader and pipeline state creation.
 

Detailed Description

Create info.

Member Data Documentation

◆ EnableAsyncCreation

bool Diligent::SuperResolution::CreateInfo::EnableAsyncCreation = false

Whether to enable asynchronous shader and pipeline state creation.

If enabled, the shaders and pipeline state objects will be created using the engine's asynchronous creation mechanism. While shaders are being compiled, the effect will perform a simple bilinear upsampling.