Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandCopyBufferRegion
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandCopyBufferRegion : public FRHICommand< FRHICommandCopyBufferRegion, FRHICommandCopyBufferRegionString__LINE__ >
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRHIBuffer * | DestBuffer | ||
| uint64 | DstOffset | ||
| uint64 | NumBytes | ||
| FRHIBuffer * | SourceBuffer | ||
| uint64 | SrcOffset |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandCopyBufferRegion
(
FRHIBuffer* InDestBuffer, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRHICommandListBase& CmdList |