Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIGlobals
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIGlobals.h |
| Include | #include "RHIGlobals.h" |
Syntax
struct FShaderBundles
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | RequiresSharedBindlessParameters | Whether the current RHI requires shared bindless parameters. | |
| bool | SupportsDispatch | Whether current RHI supports native shader bundle dispatch. | |
| bool | SupportsParallel | Whether current RHI supports shader bundle dispatch and RHI parallel translate. | |
| bool | SupportsWorkGraphDispatch | Whether current RHI supports shader bundle dispatch using work graphs. |