Navigation
API > API/Runtime > API/Runtime/RHI
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * RHILockStagingBuffer
(
FRHIStagingBuffer* StagingBuffer, |
RHICommandList.h | ||
void * RHILockStagingBuffer
(
FRHIStagingBuffer* StagingBuffer, |
RHICommandList.h |
RHILockStagingBuffer(FRHIStagingBuffer *, uint32, uint32)
| Name | RHILockStagingBuffer |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
void * RHILockStagingBuffer
(
FRHIStagingBuffer * StagingBuffer,
uint32 Offset,
uint32 Size
)
RHILockStagingBuffer(FRHIStagingBuffer , FRHIGPUFence , uint32, uint32)
| Name | RHILockStagingBuffer |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
void * RHILockStagingBuffer
(
FRHIStagingBuffer * StagingBuffer,
FRHIGPUFence * Fence,
uint32 Offset,
uint32 Size
)