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

Method set_node

framework/scene_graph/components/light.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void Light::set_node(vkb::scene_graph::NodeC &n)
35{
36 node = &n;
37}
38
39vkb::scene_graph::NodeC *Light::get_node()
40{

Callers 4

load_sceneMethod · 0.45
utils.cppFile · 0.45
prepareMethod · 0.45
prepareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected