Diligent Engine
Loading...
Searching...
No Matches
Diligent::RadientRendererDesc Struct Reference

Renderer description. More...

#include <RadientRenderer.h>

Public Attributes

const Char * Name = nullptr
 Renderer name.
Bool EnableAsyncPipelineCompilation = True

Detailed Description

Renderer description.

Member Data Documentation

◆ EnableAsyncPipelineCompilation

Bool Diligent::RadientRendererDesc::EnableAsyncPipelineCompilation = True

Enables asynchronous geometry pipeline compilation.

When enabled, geometry drawables are skipped until their pipeline state is ready instead of blocking the render call.