Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ set_properties
Method
set_properties
framework/scene_graph/components/light.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void Light::set_properties(const LightProperties &properties)
55
{
56
this->properties = properties;
57
}
58
59
const LightProperties &Light::get_properties()
60
{
Callers
3
parse_khr_lights_punctual
Method · 0.80
utils.cpp
File · 0.80
prepare
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected