Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FRHICommandDispatchGraphicsShaderBundle |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
Syntax
struct FRHICommandDispatchGraphicsShaderBundle : public FRHICommand< FRHICommandDispatchGraphicsShaderBundle, PREPROCESSOR_JOIN>
Inheritance Hierarchy
- FRHICommandBase → FRHICommand → FRHICommandDispatchGraphicsShaderBundle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RHICommandList.h | |||
FRHICommandDispatchGraphicsShaderBundle
(
FRHIShaderBundle* InShaderBundle, |
RHICommandList.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEmulated | bool | RHICommandList.h | ||
| BundleState | FRHIShaderBundleGraphicsState | RHICommandList.h | ||
| Dispatches | TArray< FRHIShaderBundleGraphicsDispatch > | RHICommandList.h | ||
| RecordArgBuffer | FRHIBuffer * | RHICommandList.h | ||
| ShaderBundle | FRHIShaderBundle * | RHICommandList.h | ||
| SharedBindlessParameters | TConstArrayView< FRHIShaderParameterResource > | RHICommandList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RHI_void Execute
(
FRHICommandListBase& CmdList |
RHICommandList.h |