Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ add_submesh
Method
add_submesh
framework/scene_graph/components/mesh.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
void Mesh::add_submesh(SubMesh &submesh)
44
{
45
submeshes.push_back(&submesh);
46
}
47
48
const std::vector<SubMesh *> &Mesh::get_submeshes() const
49
{
Callers
1
load_scene
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected