UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FRHIGlobals::FShaderBundles Struct Reference

#include <RHIGlobals.h>

Public Attributes

bool SupportsDispatch = false
 
bool SupportsWorkGraphDispatch = false
 
bool SupportsWorkGraphGraphicsDispatch = false
 
bool SupportsParallel = false
 
bool RequiresSharedBindlessParameters = false
 

Member Data Documentation

◆ RequiresSharedBindlessParameters

bool FRHIGlobals::FShaderBundles::RequiresSharedBindlessParameters = false

Whether the current RHI requires shared bindless parameters.

◆ SupportsDispatch

bool FRHIGlobals::FShaderBundles::SupportsDispatch = false

Whether current RHI supports native shader bundle dispatch.

◆ SupportsParallel

bool FRHIGlobals::FShaderBundles::SupportsParallel = false

Whether current RHI supports shader bundle dispatch and RHI parallel translate.

◆ SupportsWorkGraphDispatch

bool FRHIGlobals::FShaderBundles::SupportsWorkGraphDispatch = false

Whether current RHI supports shader bundle dispatch using work graphs.

◆ SupportsWorkGraphGraphicsDispatch

bool FRHIGlobals::FShaderBundles::SupportsWorkGraphGraphicsDispatch = false

Whether current RHI supports shader bundle graphics dispatch using work graphs.


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