Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/REGoth-project/REGoth
/ RenderSystem
Method
RenderSystem
src/render/RenderSystem.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
using namespace Render;
16
17
RenderSystem::RenderSystem(Engine::BaseEngine& engine)
18
: m_Engine(engine)
19
{
20
}
21
22
RenderSystem::~RenderSystem()
23
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected