Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ StartScene
Method
StartScene
ZEngine/src/GraphicRenderer.cpp:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
void GraphicRenderer::StartScene(const Ref<Rendering::Cameras::Camera>& camera) {
28
m_camera = camera;
29
}
30
31
const Ref<GraphicRendererInformation>& GraphicRenderer::GetRendererInformation() const {
32
return m_renderer_information;
Callers
1
Render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected