Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FDynamicAllocReadBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Unlock () |
DynamicBufferAllocator.h | ||
void Unlock
(
FRHICommandListBase& RHICmdList |
Unocks the buffer so the GPU may read from it. | DynamicBufferAllocator.h |
Unlock()
| Name | Unlock |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/DynamicBufferAllocator.h |
| Include Path | #include "DynamicBufferAllocator.h" |
void Unlock()
Unlock(FRHICommandListBase &)
Description
Unocks the buffer so the GPU may read from it.
| Name | Unlock |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/DynamicBufferAllocator.h |
| Include Path | #include "DynamicBufferAllocator.h" |
void Unlock
(
FRHICommandListBase & RHICmdList
)