Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FRHICommandCopyTexture |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
Syntax
struct FRHICommandCopyTexture : public FRHICommand< FRHICommandCopyTexture, PREPROCESSOR_JOIN>
Inheritance Hierarchy
- FRHICommandBase → FRHICommand → FRHICommandCopyTexture
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRHICommandCopyTexture
(
FRHITexture* InSourceTexture, |
RHICommandList.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CopyInfo | FRHICopyTextureInfo | RHICommandList.h | ||
| DestTexture | FRHITexture * | RHICommandList.h | ||
| SourceTexture | FRHITexture * | RHICommandList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RHI_void Execute
(
FRHICommandListBase& CmdList |
RHICommandList.h |