MCPcopy 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
13void Application::renderInit(RendererPtr renderer) {
14 m_renderer = std::move(renderer);
15}
16
17void Application::windowChanged(WindowMode, Vec2U) {}
18

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected