Navigation
API > API/Runtime > API/Runtime/RHI
| |
|
| Name |
FRHICommandCopyToStagingBuffer |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path |
#include "RHICommandList.h" |
Syntax
struct FRHICommandCopyToStagingBuffer : public FRHICommand< FRHICommandCopyToStagingBuffer, PREPROCESSOR_JOIN>
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FORCEINLINE_DEBUGGABLE FRHICommandCopyToStagingBuffer
(
FRHIBuffer* InSourceBuffer,
FRHIStagingBuffer* InDestinationStagingBuffer,
uint32 InOffset,
uint32 InNumBytes
)
|
|
RHICommandList.h |
|
Variables
Public
Functions
Public