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

Method Camera

framework/scene_graph/components/camera.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace sg
26{
27Camera::Camera(const std::string &name) :
28 Component{name}
29{}
30
31std::type_index Camera::get_type()
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected