Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRDGBuilder > API/Runtime/RenderCore/FRDGBuilder/QueueBufferUpload
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.h |
| Include | #include "RenderGraphBuilder.h" |
| Source | /Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.inl |
void QueueBufferUpload
(
FRDGBufferRef Buffer,
FRDGBufferInitialDataFillCallback && InitialDataFillCallback
)
Remarks
A variant where the buffer is mapped and the pointer / size is provided to the callback to fill the buffer pointer.