Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandUpdateRHIResources
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandUpdateRHIResources : public FRHICommand< FRHICommandUpdateRHIResources, FRHICommandUpdateRHIResourcesString__LINE__ >
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bNeedReleaseRefs | ||
| int32 | Num | ||
| FRHIResourceUpdateInfo * | UpdateInfos |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandUpdateRHIResources
(
FRHIResourceUpdateInfo* InUpdateInfos, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRHICommandListBase& CmdList |