Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ get_node
Method
get_node
framework/scene_graph/components/light.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
vkb::scene_graph::NodeC *Light::get_node()
40
{
41
return node;
42
}
43
44
void Light::set_light_type(const LightType &type)
45
{
Callers
9
update_debug_window
Method · 0.45
allocate_lights
Method · 0.45
get_sorted_nodes_impl
Method · 0.45
prepare
Method · 0.45
update
Method · 0.45
prepare
Method · 0.45
allocate_custom_lights
Method · 0.45
update
Method · 0.45
prepare
Method · 0.45
Calls
no outgoing calls
Tested by
1
allocate_custom_lights
Method · 0.36