Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandSetShaderRootConstants
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandSetShaderRootConstants : public FRHICommand< FRHICommandSetShaderRootConstants, FRHICommandSetShaderRootConstantsString__LINE__ >
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FUint32Vector4 | Constants |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandSetShaderRootConstants
(
const FUint32Vector4 InConstants |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRHICommandListBase& CmdList |