Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandCopyTexture
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandCopyTexture : public FRHICommand< FRHICommandCopyTexture, FRHICommandCopyTextureString__LINE__ >
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRHICopyTextureInfo | CopyInfo | ||
| FRHITexture * | DestTexture | ||
| FRHITexture * | SourceTexture |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandCopyTexture
(
FRHITexture* InSourceTexture, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRHICommandListBase& CmdList |