Navigation
API > API/Runtime > API/Runtime/GeometryFramework > API/Runtime/GeometryFramework/Components > API/Runtime/GeometryFramework/Components/FMeshRenderBufferSet
Warnings * This can only be called on the Rendering Thread.
References
| Module | GeometryFramework |
| Header | /Engine/Source/Runtime/GeometryFramework/Public/Components/MeshRenderBufferSet.h |
| Include | #include "Components/MeshRenderBufferSet.h" |
| Source | /Engine/Source/Runtime/GeometryFramework/Private/Components/MeshRenderBufferSet.cpp |
void TransferVertexUpdateToGPU
(
FRHICommandListBase & RHICmdList,
bool bPositions,
bool bNormals,
bool bTexCoords,
bool bColors
)
Remarks
Fast path to update various vertex buffers. This path does not support changing the size/counts of any of the sub-buffers, a direct memcopy from the CPU-side buffer to the RHI buffer is used.
This can only be called on the Rendering Thread.