Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIGPUMemoryReadback
- FRHIGPUMemoryReadback::Lock()
- FRHIGPUBufferReadback::Lock()
- FRHIGPUTextureReadback::Lock()
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIGPUReadback.h |
| Include | #include "RHIGPUReadback.h" |
void * Lock
(
uint32 NumBytes
)
Remarks
Returns the CPU accessible pointer that backs this staging buffer. A CPU accessible pointer to the backing buffer.
Parameters
| Name | Description |
|---|---|
| NumBytes | The maximum number of bytes the host will read from this pointer. |