Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandDispatchComputeShader
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandDispatchComputeShader : public FRHICommand< FRHICommandDispatchComputeShader, FRHICommandDispatchComputeShaderString__LINE__ >
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandDispatchComputeShader
(
uint32 InThreadGroupCountX, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| RHI_void | Execute
(
FRHICommandListBase& CmdList |