Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandSetShadingRate
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandSetShadingRate : public FRHICommand< FRHICommandSetShadingRate, FRHICommandSetShadingRateString__LINE__ >
Variables
| Type | Name | Description | |
|---|---|---|---|
| EVRSRateCombiner | Combiner | ||
| EVRSShadingRate | ShadingRate |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandSetShadingRate
(
EVRSShadingRate InShadingRate, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRHICommandListBase& CmdList |