MCPcopy 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
54void Light::set_properties(const LightProperties &properties)
55{
56 this->properties = properties;
57}
58
59const LightProperties &Light::get_properties()
60{

Callers 3

utils.cppFile · 0.80
prepareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected