FVulkanDynamicRHI::LockStructuredBuffer_BottomOfPipe

Buffer Lock/Unlock.

Windows
MacOS
Linux

Override Hierarchy

FDynamicRHI::LockStructuredBuffer_BottomOfPipe()

FVulkanDynamicRHI::LockStructuredBuffer_BottomOfPipe()

References

Module

VulkanRHI

Header

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

Include

#include "VulkanDynamicRHI.h"

Source

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

Syntax

virtual void * LockStructuredBuffer_BottomOfPipe
(
    FRHICommandListImmediate & RHICmdList,
    FRHIStructuredBuffer * StructuredBuffer,
    uint32 Offset,
    uint32 SizeRHI,
    EResourceLockMode LockMode
)

Remarks

Buffer Lock/Unlock.

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