Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/FVertexMapBuffer
Description
This does the actual render resource init, which means this creates and fills the buffer on the GPU. After it successfully initializes, it will empty our VertexMap member array to not store the data in both GPU memory and main memory.
| Name | InitRHI |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Private/MLDeformerModel.cpp |
virtual void InitRHI
(
FRHICommandListBase & RHICmdList
)