Navigation
Unreal Engine C++ API Reference > Runtime > RHI > FDynamicRHI
- FDynamicRHI::UnlockStagingBuffer_RenderThread()
- FOpenGLDynamicRHI::UnlockStagingBuffer_RenderThread()
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 UnlockStagingBuffer_RenderThread
&40;
class FRHICommandListImmediate & RHICmdList,
FRHIStagingBuffer &42; StagingBuffer
&41;
Remarks
Unlock a staging buffer previously locked with LockStagingBuffer_RenderThread.
Parameters
Name | Description |
---|---|
RHICmdList | The command-list to execute on or synchronize with. |
StagingBuffer | The buffer what was previously locked. |