Navigation
Unreal Engine C++ API Reference > Runtime > RHI > FDynamicRHI
- FDynamicRHI::RHIUnlockStagingBuffer()
- FVulkanDynamicRHI::RHIUnlockStagingBuffer()
- FOpenGLDynamicRHI::RHIUnlockStagingBuffer()
References
Module | RHI |
Header | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
Include | #include "DynamicRHI.h" |
Source | /Engine/Source/Runtime/RHI/Private/RHICommandList.cpp |
virtual void RHIUnlockStagingBuffer
&40;
FRHIStagingBuffer &42; StagingBuffer
&41;
Remarks
Unlock a staging buffer previously locked with RHILockStagingBuffer.
Parameters
Name | Description |
---|---|
StagingBuffer | The buffer that was previously locked. |