Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
namespace sg
26
{
27
Camera::Camera(const std::string &name) :
28
Component{name}
29
{}
30
31
std::type_index Camera::get_type()
32
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected