Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FRHICommandCopyBufferRegion |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
Syntax
struct FRHICommandCopyBufferRegion : public FRHICommand< FRHICommandCopyBufferRegion, PREPROCESSOR_JOIN>
Inheritance Hierarchy
- FRHICommandBase → FRHICommand → FRHICommandCopyBufferRegion
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRHICommandCopyBufferRegion
(
FRHIBuffer* InDestBuffer, |
RHICommandList.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DestBuffer | FRHIBuffer * | RHICommandList.h | ||
| DstOffset | uint64 | RHICommandList.h | ||
| NumBytes | uint64 | RHICommandList.h | ||
| SourceBuffer | FRHIBuffer * | RHICommandList.h | ||
| SrcOffset | uint64 | RHICommandList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RHI_void Execute
(
FRHICommandListBase& CmdList |
RHICommandList.h |