Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ update_bounds
Method
update_bounds
framework/scene_graph/components/mesh.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
{}
27
28
void Mesh::update_bounds(const std::vector<glm::vec3> &vertex_data, const std::vector<uint16_t> &index_data)
29
{
30
bounds.update(vertex_data, index_data);
31
}
32
33
std::type_index Mesh::get_type()
34
{
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected