FVulkanDynamicRHI::RHIUnlockStagingBuffer

Unlock a staging buffer previously locked with RHILockStagingBuffer.

Windows
MacOS
Linux

Override Hierarchy

FDynamicRHI::RHIUnlockStagingBuffer()

FVulkanDynamicRHI::RHIUnlockStagingBuffer()

References

Module

VulkanRHI

Header

/Engine/Source/Runtime/VulkanRHI/Public/VulkanDynamicRHI.h

Include

#include "VulkanDynamicRHI.h"

Source

/Engine/Source/Runtime/VulkanRHI/Private/VulkanUtil.cpp

Syntax

virtual void RHIUnlockStagingBuffer
(
    FRHIStagingBuffer * StagingBuffer
)

Remarks

Unlock a staging buffer previously locked with RHILockStagingBuffer.

Parameters

Parameter

Description

StagingBuffer

The buffer that 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