MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / set_name

Method set_name

framework/scene_graph/scene.h:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273
274template <vkb::BindingType bindingType>
275inline void Scene<bindingType>::set_name(std::string const &new_name)
276{
277 name = new_name;
278}
279
280template <vkb::BindingType bindingType>
281inline void Scene<bindingType>::set_nodes(std::vector<std::unique_ptr<vkb::scene_graph::Node<bindingType>>> &&n)

Callers 1

load_sceneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected