FDynamicRHI::LockStructuredBuffer_BottomOfPipe

Buffer Lock/Unlock.

Windows
MacOS
Linux

Override Hierarchy

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/DynamicRHI.h

Include

#include "DynamicRHI.h"

Syntax

virtual void * LockStructuredBuffer_BottomOfPipe
(
    class 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