FDynamicRHI::UnlockStagingBuffer_RenderThread

Unlock a staging buffer previously locked with LockStagingBuffer_RenderThread.

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual void UnlockStagingBuffer_RenderThread
(
    class FRHICommandListImmediate & RHICmdList,
    FRHIStagingBuffer * StagingBuffer
)

Remarks

Unlock a staging buffer previously locked with LockStagingBuffer_RenderThread.

Parameters

Parameter

Description

RHICmdList

The command-list to execute on or synchronize with.

StagingBuffer

The buffer what was previously locked.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss