Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ renderInit
Method
renderInit
source/application/StarApplication.cpp:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
void Application::renderInit(RendererPtr renderer) {
14
m_renderer = std::move(renderer);
15
}
16
17
void Application::windowChanged(WindowMode, Vec2U) {}
18
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected